Flask-Middleware / flask-security

Quick and simple security for Flask applications
MIT License
622 stars 153 forks source link

username recovery #980

Open jwag956 opened 1 month ago

jwag956 commented 1 month ago

We have password recovery (with a link). With the 'full' support for username - we should have a way for users to recover a forgotten username - in the case the application is configured to only accept username.

We already have this for unified signin - the 'email' signin option (which sends a magic link to the registered email).

But for normal/simple login flow - there isn't yet a solution. There should be.

jwag956 commented 1 month ago

PR closed wrong issue