Forgot password
This commit is contained in:
@@ -28,4 +28,6 @@ public interface IAccountManagement
|
||||
public Task<FormResult> RegisterAsync(string email, string password);
|
||||
|
||||
public Task<bool> CheckAuthenticatedAsync();
|
||||
Task<HttpResponseMessage> RequestPasswordReset(string email);
|
||||
Task<FormResult> ChangePassword(string email, string resetCode, string newPassword);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user