Add recover password endpoint

This commit is contained in:
Jose Antonio Gonzalez
2017-11-15 19:43:48 +02:00
parent fabccf6163
commit bc16a70c63
4 changed files with 117 additions and 23 deletions

View File

@@ -375,7 +375,6 @@ def request_password_change(email, is_secure):
Args:
email (str): An email address
orig_host (str): An originating host, extracted from a request with get_host
is_secure (bool): Whether the request was made with HTTPS
Returns: