Skip to content

Commit d5abd07

Browse files
author
Olga Kopylova
committed
MAGETWO-33443: Password strength validator on installation wizard works in over-exacting mode
- fixed message
1 parent 2f82d38 commit d5abd07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/view/magento/setup/create-admin-account.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $passwordWizard = sprintf(
1616
</div>
1717
<p>%s</p>',
1818
'Password Strength:',
19-
'Enter a mix of at least 6 alpha-numeric characters. For a strong password, use numbers, symbols, and uppercase and lowercase letters (Ex: BuyIt$54).'
19+
'Enter a mix of 6 or more numbers and letters. For a stronger password, include at least one small letter, big letter, and symbol (Ex: BuyIt$54).'
2020
);
2121
?>
2222

0 commit comments

Comments
 (0)