Skip to content

Commit ab6bbdd

Browse files
author
Olga Kopylova
committed
MAGETWO-33443: Password strength validator on installation wizard works in over-exacting mode
- updated message
1 parent 412f811 commit ab6bbdd

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
@@ -15,7 +15,7 @@ $passwordWizard = sprintf(
1515
</div>
1616
<p>%s</p>',
1717
'Password Strength:',
18-
'Must be a mix of at least 7 alpha and numeric characters.(Ex.: BuyIt54).'
18+
'Enter 6 or more characters. For a strong password, use a mix of numbers, symbols, and uppercase and lowercase letters (Ex: BuyIt$54).'
1919
);
2020
?>
2121

0 commit comments

Comments
 (0)