##// END OF EJS Templates
vcs: Use a thread scoped cache invalidation context to cache repository objects....
vcs: Use a thread scoped cache invalidation context to cache repository objects. Without this change the cache is on a process scope. If running with multiple threads this leads to sharing the cached object between threads. This will cause exceptions if multiple threads are trying to access the same curl object. Even worse it allows multiple threads to operate on the same repository object concurrently.

File last commit:

r1:854a839a default
r614:cbe55781 default
Show More
adding-new-user.rst
19 lines | 653 B | text/x-rst | RstLexer
/ docs / admin / adding-new-user.rst
project: added all source files and assets
r1 .. _permissions-add-user:
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`.