new: display dynamic password rules checklist on registration and profile edit

Each rule (length, lowercase, uppercase, number, special character)
shows a live check/cross icon as the user types.  Also aligns
``handlePasswordChange`` server-side validation with the boilerplate
``Password`` rule (was only enforcing min 8 chars).
This commit is contained in:
Valentin Lab
2026-02-09 09:23:33 +01:00
parent 3d4496b253
commit bf8e948ff3
4 changed files with 85 additions and 2 deletions

View File

@@ -14,6 +14,7 @@
<div class="col-md-6">
<input id="new-password" type="password" class="form-control" name="new-password">
@include('Shop.auth.partials.password_rules', ['passwordInputId' => 'new-password'])
</div>
</div>