##// 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
sec-instance-basics.rst
31 lines | 1.2 KiB | text/x-rst | RstLexer
/ docs / admin / sec-instance-basics.rst
project: added all source files and assets
r1 .. _instance-basics:
3 Basic User Security Steps
===========================
By implementing the following user configuration tasks, you will help to
secure your |RCE| instances.
Define the Instance Wide Default User
-------------------------------------
The default user settings are applied across the whole instance. You should
define the default user so that newly created users immediately have
permission settings attached to their profile. For more information about
defining the default user settings, see the :ref:`default-perms` section.
Configure Specific User Groups
------------------------------
By defining user groups, it allows you to put users into them and
have the group permissions applied to their profile. For more information about
defining the default user settings, see the :ref:`user-admin-set` section.
Define the Default User in Each Group
-------------------------------------
Apart from the system wide user permissions, each user group can apply its
settings to the default user permissions within the scope of the group. To
set the default user's permissions inside a user group, see the
:ref:`permissions-info-repo-group-access` section.