stevensuting opened a new issue #12322: URL: https://github.com/apache/superset/issues/12322
**The Issue** Currently if a user forgets their password they need to inform the Superset admin from outside the superset environment via email, slack. After which the admin either: 1. Runs a CLI command `superset fab reset-password --username [email protected] --password the_new_password` OR 2. Deactivates the user from Superset UI with the need to change all mandatory fields to prevent referential integrity conflicts on the DB and then recreates the user. **Desired Solution** Adding a forgot password option/button on the login page that any user can access themselves to change their passwords would make it so much efficient for Admins to manage. _Note: The only change/update password feature that exist is after the user has successfully logged in._ ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
