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

Actually send user_reset_password signal #203

Closed bbc2 closed 6 years ago

bbc2 commented 6 years ago

That's the v0.6 fix for #202.

lingthio commented 6 years ago

Thanks. It needs to be under the 'if' statement, and I'll also merge this into v1.0.

lingthio commented 6 years ago

Never mind about the 'if' statement in my previous comment. It's good as-is. Thanks!