lingthio / Flask-User

Customizable User Authorization & User Management: Register, Confirm, Login, Change username/password, Forgot password and more.
http://flask-user.readthedocs.io/
MIT License
1.06k stars 292 forks source link

Password reset signal isn't sent #202

Closed bbc2 closed 6 years ago

bbc2 commented 6 years ago

The documentation (https://flask-user.readthedocs.io/en/v0.6/signals.html) says a user_reset_password is sent went the user resets its password, but that's not the case. That's what I observed and also confirmed by reading the code.

This affects both v0.6 and v0.9 it seems.

bbc2 commented 6 years ago

It's nice to see that the fix has been applied to both the v0.6 and v1.0 branches. Could you release a new v0.6.x version with that fix? That would be useful while v1.0 is still in alpha.

lingthio commented 6 years ago

I released v0.6.21 and v1.0.1.3 with this fix. Thanks!