mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Fixed visual bug on user creation error
This commit is contained in:
parent
8407c5353f
commit
4aea645735
@ -439,6 +439,12 @@ if ($create_user) {
|
||||
|
||||
if ($result) {
|
||||
$res = save_pass_history($id, $password_new);
|
||||
} else {
|
||||
$is_err = true;
|
||||
$user_info = $values;
|
||||
$password_new = '';
|
||||
$password_confirm = '';
|
||||
$new_user = true;
|
||||
}
|
||||
|
||||
db_pandora_audit(
|
||||
|
Loading…
x
Reference in New Issue
Block a user