Skip to content
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

Closed
tomneedham opened this issue Nov 13, 2017 · 3 comments · Fixed by #32345
Closed

[FR] OCC command to trigger a password reset email #29542

tomneedham opened this issue Nov 13, 2017 · 3 comments · Fixed by #32345

Comments

@tomneedham
Copy link
Contributor

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.

@PVince81
Copy link
Contributor

PVince81 commented Aug 6, 2018

Additionally, should also output the URL on the CLI.

  • add --via-email argument and send link for password reset and output the link on the CLI
  • add --via-link argument and output the link on the CLI
  • if no arg provided, default to the current behavior which asks a password on the CLI

@pmaier1 @tomneedham @sharidas

@sharidas
Copy link
Contributor

Master branch PR ( merged ) -> #32345
Stable10 PR -> #32500

@PVince81
Copy link
Contributor

@sharidas please raise documentation ticket

@PVince81 PVince81 modified the milestones: development, QA Jan 11, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jan 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.