This commit is contained in:
KANE LAZENI 2026-01-08 18:28:59 +00:00
parent 16f5fa889d
commit c216d044c9

View File

@ -46,12 +46,14 @@
</div>
<small class="password-strength-text"></small>
</div>
<!-- KANE 08/01/2026
<div class="password-requirements mt-2 alert alert-info mt-3">
<small>
<i class="fas fa-info-circle me-2"></i>
<?= _("Un mot de passe fort doit contenir au moins 8 caractères, incluant des majuscules, minuscules, chiffres et caractères spéciaux.") ?>
</small>
</div>
-->
</div>
</div>
@ -132,12 +134,14 @@
}
.password-change-form .form-group {
margin-bottom: 1.5rem;
/*margin-bottom: 1.5rem;*/
margin-bottom: 0rem;
}
.password-change-form .form-label {
font-weight: 400;
margin-bottom: 0.5rem;
/*margin-bottom: 0.5rem;*/
margin-bottom: 0rem;
color: #333;
font-size:1.8rem !important;
}