##// 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
adding-new-user.rst
19 lines | 653 B | text/x-rst | RstLexer
/ docs / admin / adding-new-user.rst

Adding Users

To create a new user, use the following steps.

  1. Select :menuselection:`Admin --> Users` in the top menu.
  2. Select the :guilabel:`Add User` button at the top right.
  3. Set the user credentials.
  4. Select :guilabel:`Save`.

Once the user is created you can set which groups they belong to using the following steps:

  1. From the :menuselection:`Admin --> Users Groups` page select :guilabel:`edit` beside the user group you want to include them in.
  2. On the :guilabel:`Settings` page, move the user from :guilabel:`Available Members` into :guilabel:`Chosen Members` and :guilabel:`Save`.