Commit 48e9624
authored
User: Add more examples for scoped password reset (#409)
When an account has been compromised, then resetting the passwords of users with a particular role or all users can be helpful.
Rather than add new flags to the `user reset-password` command, we can document how to combine with the existing `user list` command instead (see https://make.wordpress.org/cli/handbook/contributions/philosophy/#composability-is-always-a-good-idea). This will then appear when `wp user reset-password --help` is run.1 parent 4c0b484 commit 48e9624
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1114 | 1114 | | |
1115 | 1115 | | |
1116 | 1116 | | |
| 1117 | + | |
| 1118 | + | |
| 1119 | + | |
| 1120 | + | |
| 1121 | + | |
| 1122 | + | |
| 1123 | + | |
| 1124 | + | |
| 1125 | + | |
| 1126 | + | |
| 1127 | + | |
| 1128 | + | |
1117 | 1129 | | |
1118 | 1130 | | |
1119 | 1131 | | |
| |||
0 commit comments