Removed that passwords cannot begin with #

Signed-off-by: Stuart Clements <sclements@vmware.com>
This commit is contained in:
Stuart Clements 2019-08-23 16:23:42 +02:00
parent 6da5abbc43
commit ac4d280988
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ Harbor supports different authentication modes:
A user can register himself/herself in Harbor in this mode. To disable user self-registration, refer to the [installation guide](installation_guide.md) for initial configuration, or disable this feature in [Administrator Options](#administrator-options). When self-registration is disabled, the system administrator can add users into Harbor.
When registering or adding a new user, the username and email must be unique in the Harbor system. The password must contain at least 8 characters with 1 lowercase letter, 1 uppercase letter and 1 numeric character. The password cannot start with the pound sign `#`.
When registering or adding a new user, the username and email must be unique in the Harbor system. The password must contain at least 8 characters with 1 lowercase letter, 1 uppercase letter and 1 numeric character.
When you forgot your password, you can follow the below steps to reset the password: