Skip to content

Commit bf8ea50

Browse files
committed
Small copy edits for change_password_hashing_algorithm reference pages
1 parent 0ddb6ea commit bf8ea50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/operate/rs/references/cli-utilities/rladmin/cluster/change_password_hashing_algorithm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ toc: 'true'
1414
weight: $weight
1515
---
1616

17-
Changes the password hashing algorithm for the entire cluster. When you change the hashing algorithm, it rehashes the administrator password and all user passwords, including default users.
17+
Changes the password hashing algorithm for the entire cluster. When you change the hashing algorithm, it rehashes the administrator password and passwords for all users, including default users.
1818

1919
```sh
2020
rladmin cluster change_password_hashing_algorithm <algorithm>

content/operate/rs/references/rest-api/requests/cluster/change_password_hashing_algorithm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ weight: $weight
1919

2020
PATCH /v1/cluster/change_password_hashing_algorithm
2121

22-
Changes the password hashing algorithm for the entire cluster. When you change the hashing algorithm, it rehashes the administrator password and all user passwords, including default users.
22+
Changes the password hashing algorithm for the entire cluster. When you change the hashing algorithm, it rehashes the administrator password and passwords for all users, including default users.
2323

2424
The hashing algorithm options are `SHA-256` or `PBKDF2`. The default hashing algorithm is `SHA-256`.
2525

0 commit comments

Comments
 (0)