Skip to content

Commit 6509c41

Browse files
authored
fix(docs): add documentation on resetting a password using the cli. (#507)
1 parent 4e73580 commit 6509c41

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

src/users/registration.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,23 @@ If there is a cluster wide security breach, an administrator can regenerate ever
123123
$ deis auth:regenerate --all=true
124124

125125

126+
## Changing Account Password
127+
128+
A user can change their own account's password like this:
129+
130+
```
131+
$ deis auth:passwd
132+
current password:
133+
new password:
134+
new password (confirm):
135+
```
136+
137+
An administrator can change the password of another user's account like this:
138+
139+
```
140+
$ deis auth:passwd --username=<username>
141+
new password:
142+
new password (confirm):
143+
```
144+
126145
[controller]: ../understanding-workflow/components.md#controller

0 commit comments

Comments
 (0)