Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: b8362b71509013566694280cb89e967dca704a31 https://github.com/galaxyproject/galaxy/commit/b8362b71509013566694280cb89e9... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2015-08-26 (Wed, 26 Aug 2015) Changed paths: M lib/galaxy/webapps/galaxy/controllers/user.py Log Message: ----------- Include link expiration time in password reset email. Commit: 299d628531bba44d403bc191b53ae09437f050be https://github.com/galaxyproject/galaxy/commit/299d628531bba44d403bc191b53ae... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2015-08-26 (Wed, 26 Aug 2015) Changed paths: M lib/galaxy/webapps/galaxy/controllers/user.py Log Message: ----------- Validate user email input prior to attempting to reset. Commit: 29d510f7dee48bf54776773f8a2f971781b08052 https://github.com/galaxyproject/galaxy/commit/29d510f7dee48bf54776773f8a2f9... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2015-08-26 (Wed, 26 Aug 2015) Changed paths: M lib/galaxy/webapps/galaxy/controllers/user.py Log Message: ----------- Force lowercase comparison for password reset. TODO: Look for more places this is potentially an issue. Commit: a98e3ff6de51d0fe43db97ade602ccd6b8eea468 https://github.com/galaxyproject/galaxy/commit/a98e3ff6de51d0fe43db97ade602c... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2015-08-27 (Thu, 27 Aug 2015) Changed paths: M lib/galaxy/webapps/galaxy/controllers/user.py Log Message: ----------- Swap to config.pretty_datetime_format Commit: 9356ae5f3fa6155b68eba98b8eac9862bd53ba57 https://github.com/galaxyproject/galaxy/commit/9356ae5f3fa6155b68eba98b8eac9... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2015-08-27 (Thu, 27 Aug 2015) Changed paths: M lib/galaxy/model/__init__.py M lib/galaxy/webapps/galaxy/controllers/user.py Log Message: ----------- Switch password reset tokens to use UTC. This is kind of a mess, we're using both UTC and localized time in various places. Commit: c337fccbeb967c782339b5f6c812daa70014dc99 https://github.com/galaxyproject/galaxy/commit/c337fccbeb967c782339b5f6c812d... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2015-08-27 (Thu, 27 Aug 2015) Changed paths: M lib/galaxy/webapps/galaxy/controllers/user.py Log Message: ----------- Use case-insensitive email selection only when case-sensitive comes up empty. Commit: f5ca24ee2baea35ad7a3bc62db7f5a996ccaa2a7 https://github.com/galaxyproject/galaxy/commit/f5ca24ee2baea35ad7a3bc62db7f5... Author: Martin Cech <cech.marten@gmail.com> Date: 2015-08-27 (Thu, 27 Aug 2015) Changed paths: M lib/galaxy/model/__init__.py M lib/galaxy/webapps/galaxy/controllers/user.py Log Message: ----------- Merge pull request #655 from dannon/password_reset_tweaks Password reset tweaks Compare: https://github.com/galaxyproject/galaxy/compare/949b3de56860...f5ca24ee2bae