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 {
|
||||
|
|
|
@ -385,9 +385,12 @@
|
|||
<value>Zip/Postal Code</value>
|
||||
</data>
|
||||
<data name="PasswordResetEmailInfo" xml:space="preserve">
|
||||
<value>Enter your email address to reset your password. You may need to check your spam folder.</value>
|
||||
<value>Enter your login and password reset email will be sent to your email address. You may need to check your spam folder.</value>
|
||||
</data>
|
||||
<data name="TryAgain" xml:space="preserve">
|
||||
<value>Try again</value>
|
||||
</data>
|
||||
<data name="Login" xml:space="preserve">
|
||||
<value>Login</value>
|
||||
</data>
|
||||
</root>
|
Loading…
Add table
Add a link
Reference in a new issue