-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[FR] OCC command to trigger a password reset email #29542
Comments
Additionally, should also output the URL on the CLI.
|
10 tasks
10 tasks
@sharidas please raise documentation ticket |
10 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Something like
occ user:resetpassword --via-email <uid>
which would use the lost password feature to email a link to the user to reset their account. Account access is blocked until this is used.Useful for onboarding / provisioning accounts where you do not want to send the password over email.
The text was updated successfully, but these errors were encountered: