Skip to content

Commit 0a60823

Browse files
authored
Merge pull request #667 from redis/DOC-4527
RC: Add password length requirements
2 parents f2c329a + 3864ce9 commit 0a60823

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

content/operate/rc/security/access-control/data-access-control/create-assign-users.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ An error occurs if a user tries to connect to a memcached database with the user
4242

4343
{{<image filename="images/rc/data-access-control-users-add-role.png" width="300px" alt="User select role." >}}
4444

45-
1. Enter and confirm the user's password, then select the check mark to save the user.
45+
1. Enter and confirm the user's password. ACL user passwords must be between 8 and 128 characters long.
46+
47+
Then, select the check mark to save the user.
4648

4749
{{<image filename="images/rc/data-access-control-users-password-and-finish.png" width="300px" alt="User add password and finish." >}}
4850

content/operate/rc/security/access-control/data-access-control/default-user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To change the default user password for your database:
3838

3939
{{<image filename="images/rc/button-database-edit.png" width="150px" alt="The Edit database button lets you change the database's default user password." >}}
4040

41-
1. Under the **Security** section, enter the new password in the **Default user password** field.
41+
1. Under the **Security** section, enter the new password in the **Default user password** field. Database passwords must be less than 50 characters long.
4242

4343
1. Select **Save database** to update the password.
4444

0 commit comments

Comments
 (0)