Skip to content

Commit 91f81c3

Browse files
author
Olga Kopylova
committed
MAGETWO-33443: Password strength validator on installation wizard works in over-exacting mode
- updated error message
1 parent dfe8f4a commit 91f81c3

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
@@ -141,7 +141,7 @@ $passwordWizard = sprintf(
141141
>
142142
<div class="error-container">
143143
<span ng-show="account.adminPassword.$error.checkPassword">
144-
Please enter at least 7 alpha-numeric characters.
144+
Please enter a mix of at least 7 alpha-numeric characters.
145145
</span>
146146
<span ng-show="account.adminPassword.$error.required">
147147
Please enter your new password.

0 commit comments

Comments
 (0)