-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Add command to bulk set must-change-password #22823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
30e6387
96a223d
0532d4c
f8ac8d6
5aa6a5a
f72e09d
672bea3
1767d8c
85ccc7a
a788b59
01cd5ea
1a1169a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
Co-authored-by: delvh <[email protected]>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,7 +103,7 @@ Admin operations: | |
- Args: | ||
- `[username...]`: Users to set MustChangePassword for | ||
- Options: | ||
- `--all`, `-A`: Set MustChangePassword for all users | ||
- `--all`, `-A`: Force a password change for all users | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Still, why There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I guess I thought --all tended to be -A but I don't mind making it -a if others prefer There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I like that |
||
- `--exclude [username,username...]`, `-e [...]`: Exclude the given users | ||
zeripath marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- `--unset`: Instead of setting MustChangePassword, unset it | ||
zeripath marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- `regenerate` | ||
|
Uh oh!
There was an error while loading. Please reload this page.