Recover by email needs to allow anon access to its endpoints

This commit is contained in:
Joseph Schorr 2015-11-10 15:41:19 -05:00
parent ca8e9d89c8
commit 888ec17538
2 changed files with 5 additions and 1 deletions

View file

@ -643,6 +643,7 @@ class Recovery(ApiResource):
}
@nickname('requestRecoveryEmail')
@anon_allowed
@validate_json_request('RequestRecovery')
def post(self):
""" Request a password recovery email."""