##// END OF EJS Templates
auth-token: expose fetched token in unified way into request attribute....
auth-token: expose fetched token in unified way into request attribute. - This will allow re-using exposed access token for HTTP views in single place - We will support also exposing tokens from url if special _auth_token will be used as url param - We'll no longer require double logic for extraction of URL/HEADER auth-tokens and have a single place to extract it.

File last commit:

r3658:b7b32afd default
r4002:5f150e86 default
Show More
adding-new-user.rst
19 lines | 653 B | text/x-rst | RstLexer

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`.