This commit is contained in:
KONE SOREL 2026-03-13 16:42:03 +00:00
parent 211f6dd1ed
commit 5f358b8b5f

View File

@ -41,7 +41,7 @@ function getSecurityIcon($libelle) {
<form id="formChangerPass" action="Paramreinitmotpass/changerpass" method="post">
<input type="hidden" id="nomForm" name="nomForm" value="modifierseuilalerte">
<div class="mb-3">
<div class="mb-2">
<label class="form-label small fw-bold required"><?= _("Ancien mot de passe") ?></label>
<div class="input-group">
<input type="password" class="form-control border-2" id="ancmdp" name="ancmdp" required autofocus>
@ -51,7 +51,7 @@ function getSecurityIcon($libelle) {
</div>
</div>
<div class="mb-3">
<div class="mb-2">
<label class="form-label small fw-bold required"><?= _("Nouveau mot de passe") ?></label>
<div class="input-group">
<input type="password" class="form-control border-2" id="nvmdp" name="nvmdp" required>
@ -61,7 +61,7 @@ function getSecurityIcon($libelle) {
</div>
</div>
<div class="mb-4">
<div class="mb-3">
<label class="form-label small fw-bold required"><?= _("Confirmer nouveau mot de passe") ?></label>
<div class="input-group">
<input type="password" class="form-control border-2" id="cfnvmdp" name="cfnvmdp" required>