webdav portal password reset added

This commit is contained in:
vfedosevich 2015-04-14 00:40:11 -07:00
parent 4bae47e17f
commit 599e9a8865
48 changed files with 1163 additions and 117 deletions

View file

@ -60,6 +60,15 @@ namespace WebsitePanel.WebDavPortal.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Account was not found.
/// </summary>
public static string AccountNotFound {
get {
return ResourceManager.GetString("AccountNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Email is invalid.
/// </summary>
@ -69,6 +78,24 @@ namespace WebsitePanel.WebDavPortal.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Your password could not be reset. The url you followed is either incorrect, has been used or has expired..
/// </summary>
public static string IncorrectPasswordResetUrl {
get {
return ResourceManager.GetString("IncorrectPasswordResetUrl", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Incorrect text message (SMS) response..
/// </summary>
public static string IncorrectSmsResponse {
get {
return ResourceManager.GetString("IncorrectSmsResponse", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Old password is not correct.
/// </summary>
@ -114,6 +141,33 @@ namespace WebsitePanel.WebDavPortal.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to A message was sent to your email address. Please check your email for further instructions..
/// </summary>
public static string PasswordResetEmailSent {
get {
return ResourceManager.GetString("PasswordResetEmailSent", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Text message (SMS) was sent to the phone number associated to your account. If you didn&apos;t recieve text message (SMS) click {0} for new text message (SMS)..
/// </summary>
public static string PasswordResetSmsHintFormat {
get {
return ResourceManager.GetString("PasswordResetSmsHintFormat", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Webdav portal user request..
/// </summary>
public static string PasswordResetUserReason {
get {
return ResourceManager.GetString("PasswordResetUserReason", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Password should contain at least {0} non-alphanumeric symbols.
/// </summary>