--- Title: Default user alwaysopen: false categories: - docs - operate - rc description: Learn how to change your default user password or turn off access using the default user password. linkTitle: Default user weight: 5 --- Password-based authentication is a basic but essential Redis security feature. When you create a Redis Cloud database, your database is given a randomly generated password called the **Default user password**. This password appears in the **Security** section of the **Configuration** tab of the database details screen. {{The Default user password appears in the Security section of the Configuration tab on the database details screen.}} Use the copy button to copy the password to the clipboard: {{Use the Copy button to copy the default user password.}} 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. See your [Redis client's documentation]({{< relref "/develop/clients" >}}) to learn how to provide your password when connecting. ## Change password To change the default user password for your database: 1. From the database **Configuration** tab, select **Edit**. {{The Edit 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. Database passwords must be less than 50 characters long. 1. Select **Save database** to update the password. {{Use the Save database button to save the new password.}} ## Turn off default user After you set up [role-based access control]({{< relref "/operate/rc/security/access-control/data-access-control/role-based-access-control" >}}) to limit who can access your database, we recommend that you turn off default user access. To turn off the default user for a database: 1. From the database **Configuration** tab, select **Edit**. {{The Edit database button lets you change the database's default user password.}} 1. Under the **Security** section, select the **Default User** switch to turn it off. 1. Select **Save database**. {{Use the Save database button to save the new password.}}