Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 80ba1c07bf614f8d116249ed904f61cd43bbaa35 https://github.com/galaxyproject/galaxy/commit/80ba1c07bf614f8d116249ed904f6... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2017-11-13 (Mon, 13 Nov 2017) Changed paths: M lib/galaxy/auth/__init__.py M lib/galaxy/auth/providers/ldap_ad.py M lib/galaxy/auth/providers/pam_auth.py Log Message: ----------- Fix allow-register option in auth module config/auth_conf.xml.sample specifies that the possible values are True, False and Challenge. Broken in commit b3174efa8e2996dc8e05e85d563e546cc66e2848 . Also remove _get_bool(d, k, o) function in favour of the more explicit `string_as_bool(d.get(k, o))` . Commit: 9d9c323f735faca44d70eee817f87f17146b9ec6 https://github.com/galaxyproject/galaxy/commit/9d9c323f735faca44d70eee817f87... Author: John Chilton <jmchilton@gmail.com> Date: 2017-11-13 (Mon, 13 Nov 2017) Changed paths: M lib/galaxy/auth/__init__.py M lib/galaxy/auth/providers/ldap_ad.py M lib/galaxy/auth/providers/pam_auth.py Log Message: ----------- Merge pull request #4989 from nsoranzo/fix_allow-register Fix allow-register option in auth module Compare: https://github.com/galaxyproject/galaxy/compare/148e91f5b711...9d9c323f735f