Skip to content

Commit 8b4d93f

Browse files
MAGETWO-51815: Invalid work of Password Strength Validator on "Create Customer" Storefront page
1 parent a81348f commit 8b4d93f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Customer/view/frontend/templates/form/resetforgottenpassword.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
data-password-min-character-sets="<?php echo $block->escapeHtml($block->getRequiredCharacterClassesNumber()) ?>"
2424
data-validate="{required:true, 'validate-customer-password':true}"
2525
autocomplete="off">
26-
<div id="password-strength-meter-container">
26+
<div id="password-strength-meter-container" data-role="password-strength-meter">
2727
<div id="password-strength-meter" class="password-strength-meter">
2828
<?php /* @escapeNotVerified */ echo __('Password Strength'); ?>:
29-
<span id="password-strength-meter-label">
29+
<span id="password-strength-meter-label" data-role="password-strength-meter-label">
3030
<?php /* @escapeNotVerified */ echo __('No Password'); ?>
3131
</span>
3232
</div>

0 commit comments

Comments
 (0)