Skip to content

Commit

Permalink
More broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Amruta-Ranade committed Oct 20, 2020
1 parent fe0c611 commit 171e06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v20.2/alter-role.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The following statements are run by the `root` user that is a member of the `adm

### Allow a role to log in to the database using a password

The following example allows a role to log in to the database with a [password](client authentication method):
The following example allows a role to log in to the database with a [password](authentication.html#client-authentication):

~~~ sql
root@:26257/defaultdb> ALTER ROLE carl WITH LOGIN PASSWORD 'An0ther$tr0nGpassW0rD' VALID UNTIL '2021-10-10';
Expand Down

0 comments on commit 171e06c

Please sign in to comment.