File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
code/Magento/Customer/view/frontend/templates/form
design/frontend/Magento/luma/Magento_Customer/web/css/source Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 59
59
data-input="new-password"
60
60
data-validate="{required:true, 'validate-customer-password':true}"
61
61
autocomplete="off" />
62
- <div id="password-strength-meter-container">
62
+ <div id="password-strength-meter-container" data-role="password-strength-meter" >
63
63
<div id="password-strength-meter" class="password-strength-meter">
64
64
<?php /* @escapeNotVerified */ echo __ ('Password Strength ' ); ?> :
65
- <span id="password-strength-meter-label">
65
+ <span id="password-strength-meter-label" data-role="password-strength-meter-label" >
66
66
<?php /* @escapeNotVerified */ echo __ ('No Password ' ); ?>
67
67
</span>
68
68
</div>
Original file line number Diff line number Diff line change 146
146
data-password-min-character-sets="<?php echo $ block ->escapeHtml ($ block ->getRequiredCharacterClassesNumber ()) ?> "
147
147
data-validate="{required:true, 'validate-customer-password':true}"
148
148
autocomplete="off">
149
- <div id="password-strength-meter-container">
150
- <div id="password-strength-meter" data-role="password-strength-meter" class="password-strength-meter">
149
+ <div id="password-strength-meter-container" data-role="password-strength-meter" >
150
+ <div id="password-strength-meter" class="password-strength-meter">
151
151
<?php /* @escapeNotVerified */ echo __ ('Password Strength ' ); ?> :
152
152
<span id="password-strength-meter-label" data-role="password-strength-meter-label" >
153
153
<?php /* @escapeNotVerified */ echo __ ('No Password ' ); ?>
Original file line number Diff line number Diff line change 256
256
}
257
257
}
258
258
259
- .password-strength-meter-0 ,
259
+ .password-strength-meter-0 & ,
260
260
.password-strength-meter-1 & {
261
261
& :before {
262
262
background-color : @password-strength-color__weak ;
You can’t perform that action at this time.
0 commit comments