Recover by email needs to allow anon access to its endpoints
This commit is contained in:
parent
ca8e9d89c8
commit
888ec17538
2 changed files with 5 additions and 1 deletions
|
@ -643,6 +643,7 @@ class Recovery(ApiResource):
|
|||
}
|
||||
|
||||
@nickname('requestRecoveryEmail')
|
||||
@anon_allowed
|
||||
@validate_json_request('RequestRecovery')
|
||||
def post(self):
|
||||
""" Request a password recovery email."""
|
||||
|
|
Reference in a new issue