Skip to content

Commit

Permalink
Regenerate README file - 2023-06-08 (#410)
Browse files Browse the repository at this point in the history
Co-authored-by: Alain Schlesser <[email protected]>
  • Loading branch information
github-actions[bot] and schlessera authored Jun 8, 2023
1 parent 48e9624 commit 1f013e1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5329,6 +5329,18 @@ wp user reset-password <user>... [--skip-email] [--show-password] [--porcelain]
$ wp user reset-password admin --skip-email --porcelain
yV6BP*!d70wg

# Reset password for all users.
$ wp user reset-password $(wp user list --format=ids)
Reset password for admin
Reset password for editor
Reset password for subscriber
Success: Passwords reset for 3 users.

# Reset password for all users with a particular role.
$ wp user reset-password $(wp user list --format=ids --role=administrator)
Reset password for admin
Success: Password reset for 1 user.



### wp user session
Expand Down

0 comments on commit 1f013e1

Please sign in to comment.