One time password on forgot password
This commit is contained in:
parent
5f6e13c645
commit
1e0a0710fd
16 changed files with 326 additions and 109 deletions
|
@ -0,0 +1,14 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace WebsitePanel.EnterpriseServer
|
||||
{
|
||||
public enum OneTimePasswordStates
|
||||
{
|
||||
None = 0,
|
||||
Active = 1,
|
||||
Expired = 2,
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue