password reset fixes
This commit is contained in:
parent
097378bc50
commit
736e83746f
10 changed files with 318 additions and 319 deletions
|
@ -465,6 +465,15 @@ namespace WebsitePanel.WebDavPortal.Resources {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Login.
|
||||
/// </summary>
|
||||
public static string Login {
|
||||
get {
|
||||
return ResourceManager.GetString("Login", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Login name.
|
||||
/// </summary>
|
||||
|
@ -628,7 +637,7 @@ namespace WebsitePanel.WebDavPortal.Resources {
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Enter your email address to reset your password. You may need to check your spam folder..
|
||||
/// Looks up a localized string similar to Enter your login and password reset email will be sent to your email address. You may need to check your spam folder..
|
||||
/// </summary>
|
||||
public static string PasswordResetEmailInfo {
|
||||
get {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue