unrhodecode/rhodecode
Martin Bornhold 03559da24d auth: Fix password_changed function, fixes #4043.
Never repot a changed password for default or anonymous users.

If anonymous access is disabled we don't get the default user here so we
also have to check if it is the anonymous user. In both cases (default user
and anonymous user) we can skip the password change check and return False.
2016-07-22 12:57:51 +02:00
..
admin integrations: add integration support 2016-07-10 06:43:20 +03:00
api api: Add api methods to get/set repository settings, implements #4021 2016-07-06 16:33:56 +02:00
authentication auth: made the message about not-active user consisten with token plugin 2016-07-13 12:27:04 +02:00
config routes: make changeset_info route use repo_name at start, to follow 2016-07-20 20:14:11 +03:00
controllers files: Include the repository groups when computing files url, fixes #4104. 2016-07-19 11:35:30 +02:00
events events: add repo_type to repo events 2016-07-13 19:23:31 +02:00
i18n i18n: updated message catalog 2016-07-12 20:15:11 +02:00
integrations integrations-db: don't use default contructor to be consisten with other modules 2016-07-14 11:23:46 +02:00
lib auth: Fix password_changed function, fixes #4043. 2016-07-22 12:57:51 +02:00
login login: Log redirection target on debug level 2016-06-16 10:43:17 +02:00
model integrations-db: don't use default contructor to be consisten with other modules 2016-07-14 11:23:46 +02:00
public routes: make changeset_info route use repo_name at start, to follow 2016-07-20 20:14:11 +03:00
templates summary/changelog: unified how data is displayed for summary and changelog pages. 2016-07-21 11:58:21 +02:00
tests tests: Remove code that is moved to the actest repository. #4095 2016-07-21 14:20:22 +02:00
utils project: added all source files and assets 2016-05-24 15:56:53 +02:00
__init__.py integrations: add integration support 2016-07-10 06:43:20 +03:00
rcserver.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
subscribers.py i18n: Use new translation string factory. 2016-05-27 12:15:09 +02:00
translation.py integrations: add integration support 2016-07-10 06:43:20 +03:00
tweens.py js-template-context: made the context pyramid and pylons compatible. 2016-07-08 19:02:52 +02:00
VERSION release: Start preparation for 4.2.1 2016-07-04 10:18:21 +00:00
websetup.py project: added all source files and assets 2016-05-24 15:56:53 +02:00