Password reset

This commit is contained in:
2020-01-26 09:05:54 -05:00
parent 4c51a72544
commit 8ca5105fca
19 changed files with 398 additions and 38 deletions
+8 -1
View File
@@ -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";
}
}