mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -04:00
Re-implement forgot password
This commit is contained in:
@@ -64,11 +64,6 @@ def is_email_unique(email_address):
|
||||
raise ex
|
||||
|
||||
|
||||
def request_password_reset(user):
|
||||
user.state = 'request_password_reset'
|
||||
user_api_client.update_user(user)
|
||||
|
||||
|
||||
def send_verify_code(user_id, code_type, to):
|
||||
return user_api_client.send_verify_code(user_id, code_type, to)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user