From 14362858677247e021941f5ac709b5944168cda0 Mon Sep 17 00:00:00 2001 From: Cameron Bates Date: Fri, 13 Sep 2024 11:29:53 -0400 Subject: [PATCH 1/2] Add password length requirements --- .../access-control/data-access-control/create-assign-users.md | 4 +++- .../access-control/data-access-control/default-user.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/content/operate/rc/security/access-control/data-access-control/create-assign-users.md b/content/operate/rc/security/access-control/data-access-control/create-assign-users.md index 2e31255fc1..a02e9839e7 100644 --- a/content/operate/rc/security/access-control/data-access-control/create-assign-users.md +++ b/content/operate/rc/security/access-control/data-access-control/create-assign-users.md @@ -42,7 +42,9 @@ An error occurs if a user tries to connect to a memcached database with the user {{User select role.}} -1. Enter and confirm the user's password, then select the check mark to save the user. +1. Enter and confirm the user's password. ACL user passwords must be between 8 and 28 characters long and contain a combination of uppercase and lowercase letters, numbers, and special characters. + + Then, select the check mark to save the user. {{User add password and finish.}} diff --git a/content/operate/rc/security/access-control/data-access-control/default-user.md b/content/operate/rc/security/access-control/data-access-control/default-user.md index d8b70e4dba..cf71adfbe9 100644 --- a/content/operate/rc/security/access-control/data-access-control/default-user.md +++ b/content/operate/rc/security/access-control/data-access-control/default-user.md @@ -38,7 +38,7 @@ To change the default user password for your database: {{The Edit database button lets you change the database's default user password.}} -1. Under the **Security** section, enter the new password in the **Default user password** field. +1. Under the **Security** section, enter the new password in the **Default user password** field. Database passwords must be less than 50 characters long. 1. Select **Save database** to update the password. From 09d50caf0c54cd293a8364eac77fb6a817dd5732 Mon Sep 17 00:00:00 2001 From: Cameron Bates <102550101+cmilesb@users.noreply.github.com> Date: Fri, 13 Sep 2024 12:56:34 -0400 Subject: [PATCH 2/2] Update content/operate/rc/security/access-control/data-access-control/create-assign-users.md --- .../access-control/data-access-control/create-assign-users.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/operate/rc/security/access-control/data-access-control/create-assign-users.md b/content/operate/rc/security/access-control/data-access-control/create-assign-users.md index a02e9839e7..3ecccca095 100644 --- a/content/operate/rc/security/access-control/data-access-control/create-assign-users.md +++ b/content/operate/rc/security/access-control/data-access-control/create-assign-users.md @@ -42,7 +42,7 @@ An error occurs if a user tries to connect to a memcached database with the user {{User select role.}} -1. Enter and confirm the user's password. ACL user passwords must be between 8 and 28 characters long and contain a combination of uppercase and lowercase letters, numbers, and special characters. +1. Enter and confirm the user's password. ACL user passwords must be between 8 and 128 characters long. Then, select the check mark to save the user.