mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Clear confirm password field first when adding new user.
PR: i386/132580 Reported by: ilgiz <ilgiz at reid.ru> Approved by: kensmith
This commit is contained in:
parent
577b9fa3f8
commit
c78159ebbf
1 changed files with 1 additions and 0 deletions
|
|
@ -698,6 +698,7 @@ userAddUser(dialogMenuItem *self)
|
|||
CLEAR(ugroup);
|
||||
CLEAR(gecos);
|
||||
CLEAR(passwd);
|
||||
CLEAR(confpasswd);
|
||||
CLEAR(umemb);
|
||||
CLEAR(homedir);
|
||||
CLEAR(shell);
|
||||
|
|
|
|||
Loading…
Reference in a new issue