You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/rc/security/access-control/data-access-control/default-user.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,14 +21,9 @@ Use the copy button to copy the password to the clipboard:
21
21
22
22
{{<imagefilename="images/rc/button-database-password-copy.png"alt="Use the Copy button to copy the default user password." >}}
23
23
24
-
You'll need to use this password whenever you connect to your database using a Redis client. For example,
25
-
in the Redis CLI, you use the AUTH command to provide this password:
24
+
You'll need to use this password whenever you connect to your database using a Redis client. See [Connect to a database]({{< relref "/operate/rc/databases/connect" >}}) for more info.
26
25
27
-
```sh
28
-
AUTH 4kTtH2ddXfN2sFmXE6sowOLukxiaJhN8n
29
-
```
30
-
31
-
See your Redis client's documentation to learn how to provide your password when connecting.
26
+
See your [Redis client's documentation]({{< relref "/develop/connect/clients/" >}}) to learn how to provide your password when connecting.
0 commit comments