Merge branch 'ent-11159-guardia-15520-problema-al-almacenar-contrasena-de-usuario-de-mas-de-45-caracteres' into 'develop'

Ent 11159 guardia 15520 problema al almacenar contrasena de usuario de mas de 45 caracteres

See merge request artica/pandorafms!5871
This commit is contained in:
Rafael Ameijeiras 2023-05-17 08:04:23 +00:00
commit 04a3d89dcb
1 changed files with 3 additions and 3 deletions

View File

@ -272,7 +272,7 @@ $passwordManageTable->data['fields_newpassword'][0] = html_print_input_text_exte
'password_new',
'',
'25',
'45',
'150',
$view_mode,
'',
[
@ -291,7 +291,7 @@ $passwordManageTable->data['fields_repeatpassword'][0] = html_print_input_text_e
'password_conf',
'',
'20',
'45',
'150',
$view_mode,
'',
[
@ -311,7 +311,7 @@ if ($new_user === false) {
'own_password_confirm',
'',
'20',
'45',
'150',
$view_mode,
'',
[