password reset workflow changed
This commit is contained in:
parent
2f1e740d5a
commit
410b15c2c4
36 changed files with 1229 additions and 255 deletions
|
@ -160,7 +160,7 @@ namespace WebsitePanel.WebDavPortal.Resources {
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Please enter the verification code we sent to your phone. If you didn't receive a code, you can {0}..
|
||||
/// Looks up a localized string similar to Please enter the verification code we sent to you. If you didn't receive a code, you can {0}..
|
||||
/// </summary>
|
||||
public static string PasswordResetSmsHintFormat {
|
||||
get {
|
||||
|
@ -213,6 +213,24 @@ namespace WebsitePanel.WebDavPortal.Resources {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Pincode was not sent to your email address..
|
||||
/// </summary>
|
||||
public static string PincodeEmailWasNotSent {
|
||||
get {
|
||||
return ResourceManager.GetString("PincodeEmailWasNotSent", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Pincode was sent to your email address..
|
||||
/// </summary>
|
||||
public static string PincodeEmailWasSent {
|
||||
get {
|
||||
return ResourceManager.GetString("PincodeEmailWasSent", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to {0} field is required.
|
||||
/// </summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue