One time password on forgot password
This commit is contained in:
parent
5f6e13c645
commit
1e0a0710fd
16 changed files with 326 additions and 109 deletions
|
@ -67,6 +67,9 @@ namespace WebsitePanel.EnterpriseServer
|
|||
|
||||
public const int ERROR_USER_ACCOUNT_DISABLED = -114;
|
||||
public const int ERROR_USER_ACCOUNT_LOCKEDOUT = -115;
|
||||
|
||||
public const int ERROR_USER_EXPIRED_ONETIMEPASSWORD = -116;
|
||||
|
||||
#endregion
|
||||
|
||||
#region Packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue