diff --git a/htdocs/user/card.php b/htdocs/user/card.php index 835b127c6a4..deabd191ae7 100644 --- a/htdocs/user/card.php +++ b/htdocs/user/card.php @@ -521,7 +521,7 @@ if (empty($reshook)) { } else { - setEventMessages($langs->trans("PasswordChangedTo", $newpassword), null, 'errors'); + setEventMessages($langs->trans("PasswordChangedTo", $newpassword), null, 'warnings'); } } }