Skip to content

Commit

Permalink
Merge pull request #2559 from WPO-Foundation/fix-confirm-password
Browse files Browse the repository at this point in the history
Updating confirm password label
  • Loading branch information
tkadlec authored Nov 30, 2022
2 parents 0a0901e + d70e8b1 commit 4c99979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/templates/account/includes/modals/password.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<input type="password" name="new-password" minlength="8" title="The requirements are at least 8 characters, including a number, lowercase letter, uppercase letter and symbol. No &lt;, &gt;." pattern="<?= $validation_pattern_password ?>" required />
</div>
<div class="section">
<label class="required" for="confirm-new-password">New Password</label>
<label class="required" for="confirm-new-password">Confirm New Password</label>
<input type="password" name="confirm-new-password" minlength="8" title="The requirements are at least 8 characters, including a number, lowercase letter, uppercase letter and symbol. No &lt;, &gt;." pattern="<?= $validation_pattern_password ?>" required />
</div>
<div class="section">
Expand Down

0 comments on commit 4c99979

Please sign in to comment.