Skip to content

Commit d4a260c

Browse files
committed
fix: bug che impedisce il cambio password tramite l'interfaccia di modifica utente
1 parent 9a948ef commit d4a260c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/utenti/user.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<div class="row">
102102
<div class="col-md-12 text-right">
103103
<div class="form-check">
104-
<input type="checkbox" class="form-check-input" id="change_password" name="change_password" value="0">
104+
<input type="checkbox" class="form-check-input" id="change_password" name="change_password" value="1">
105105
<label class="form-check-label" for="change_password">'.tr('Cambia password').'</label>
106106
</div>
107107
</div>

0 commit comments

Comments
 (0)