TOC links

This commit is contained in:
Stuart Clements 2020-01-13 12:38:29 +01:00
parent 68f3dc824c
commit cae265503c
3 changed files with 11 additions and 3 deletions

View File

@ -18,7 +18,7 @@ In database authentication mode, user accounts are stored in the local database.
![Enable self-registration](../../img/new_self_reg.png)
If you enable self registration option, users can register themselves in Harbor. Self-registration is disabled by default. If you enable self-registration, unregistered users can sign up for a Harbor account by clicking **Sign up for an account** in the Harbor log in page.
If you enable the self registration option, users can register themselves in Harbor. Self-registration is disabled by default. If you enable self-registration, unregistered users can sign up for a Harbor account by clicking **Sign up for an account** in the Harbor log in page.
![Enable self-registration](../../img/self-registration-login.png)

View File

@ -1,3 +1,7 @@
[Back to table of contents](../../index.md)
----------
# User Permissions By Role
Users have different abilities depending on the role they in a project.
@ -56,3 +60,7 @@ The following table depicts the various user permission levels in a project.
| Edit project quotas * | | | | | |
* Only the Harbor system administrator can edit project quotas and add new scanners.
----------
[Back to table of contents](../../index.md)