We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f6c9a6 commit acdc8c3Copy full SHA for acdc8c3
1 file changed
genesis_core/user_api/iam/dm/models.py
@@ -1064,5 +1064,6 @@ def me(self):
1064
def send_reset_password_event(
1065
self, email, app_endpoint="http://localhost/"
1066
):
1067
+ email = email.lower()
1068
user = User.objects.get_one(filters={"email": ra_filters.EQ(email)})
1069
user.send_reset_password_event(app_endpoint=app_endpoint)
0 commit comments