fix U4-1477
This commit is contained in:
@@ -41,7 +41,7 @@ namespace umbraco.cms.presentation.create.controls
|
||||
|
||||
string[] pwRules = { Membership.MinRequiredPasswordLength.ToString(), Membership.MinRequiredNonAlphanumericCharacters.ToString() };
|
||||
PasswordRules.Text = PasswordRules.Text = ui.Text(
|
||||
"errorHandling", "errorInPasswordFormat", pwRules, BasePages.UmbracoEnsuredPage.CurrentUser);
|
||||
"errorHandling", "", pwRules, BasePages.UmbracoEnsuredPage.CurrentUser);
|
||||
|
||||
if (!IsPostBack)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user