mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Merge branch 'ent-7460-fallo-visual-en-error-creacion-usuario' into 'develop'
Fixed visual bug on user creation error See merge request artica/pandorafms!4088
This commit is contained in:
commit
f01eec72dc
@ -439,6 +439,12 @@ if ($create_user) {
|
|||||||
|
|
||||||
if ($result) {
|
if ($result) {
|
||||||
$res = save_pass_history($id, $password_new);
|
$res = save_pass_history($id, $password_new);
|
||||||
|
} else {
|
||||||
|
$is_err = true;
|
||||||
|
$user_info = $values;
|
||||||
|
$password_new = '';
|
||||||
|
$password_confirm = '';
|
||||||
|
$new_user = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
db_pandora_audit(
|
db_pandora_audit(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user