##// END OF EJS Templates
auth: Fix password_changed function, fixes #4043....
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.

File last commit:

r1:854a839a default
r482:930b0a4d default
Show More
tuning-rhodecode.rst
20 lines | 441 B | text/x-rst | RstLexer
/ docs / admin / tuning-rhodecode.rst
project: added all source files and assets
r1 .. _rhodecode-tuning-ref:
Tuning |RCE|
============
To customize your |RCE| |version| installation for maximum performance you
may find some of the following methods useful.
.. toctree::
tuning-gunicorn
tuning-vcs-memory-cache
tuning-increase-db-performance
tuning-scale-horizontally
tuning-increase-cache-size
tuning-mount-cache-memory
tuning-change-encoding
tuning-change-large-file-dir
tuning-hg-auth-loop