Skip to content

Commit 8b81ec0

Browse files
authored
Merge pull request #1051 from reportportal/develop
Publish
2 parents 0e5ac97 + 80b603f commit 8b81ec0

2 files changed

Lines changed: 34 additions & 0 deletions

File tree

docs/admin-panel/ServerSettings.mdx

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,40 @@ If the user is working in multiple tabs and the inactivity timeout is reached in
2727

2828
<MediaViewer src={require('./img/server-settings/ServerSettings10.png')} alt="Inactivity timeout section" />
2929

30+
### Password
31+
32+
Admin can define the minimum password length for the whole instance. This setting applies to:
33+
34+
* all new user accounts
35+
* password changes for any existing accounts
36+
37+
:::note
38+
Existing passwords are not affected and remain valid even if they do not meet the newly configured minimum length.
39+
:::
40+
41+
To set minimum password length:
42+
43+
1. Log in as ADMIN.
44+
2. Navigate to Administrate -> Server Settings -> "Authorization Configuration" tab.
45+
3. Set the minimum password length to a value between 8 and 256 characters.
46+
4. Click "Submit".
47+
48+
If the entered value is outside the allowed range, the system automatically adjusts it:
49+
50+
* if the value is less than 8, it is set to 8
51+
* if the value is greater than 256, it is set to 256
52+
53+
<MediaViewer src={require('./img/server-settings/PasswordLength.png')} alt="Password section in Server Settings" />
54+
55+
The configured minimum password length is validated in the following scenarios:
56+
57+
* User registration form
58+
* Create User modal window
59+
* Password change in the user profile
60+
* Password reset from the login page
61+
62+
<MediaViewer src="https://youtu.be/Df0A5Ig6hq8" alt="Configuring password length in our test results dashboard" type="video" />
63+
3064
### GitHub
3165

3266
To enable [GitHub authorization](/plugins/authorization/GitHub/):
63.2 KB
Loading

0 commit comments

Comments
 (0)