This commit is contained in:
Matt Wright
2012-08-14 16:38:31 -04:00
parent f3dff9e496
commit 0524271573
+2
View File
@@ -119,3 +119,5 @@ def reset_password_reset_token(user):
password_reset_requested.send(dict(user=user, token=token),
app=app._get_current_object())
return token