Password reset
This commit is contained in:
@@ -6,5 +6,12 @@ namespace LeafWeb.WebCms.Controllers
|
||||
public const int ManageQueue = 1107;
|
||||
public const int Chart = 1100;
|
||||
public const int Details = 1111;
|
||||
}
|
||||
public const int PasswordResetRequest = 1164;
|
||||
}
|
||||
|
||||
public static class LeafWebMemberProperties
|
||||
{
|
||||
public const string VerificationToken = "VerificationToken";
|
||||
public const string PasswordResetToken = "PasswordResetToken";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user