mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 06:12:01 +01: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=189955
@ -698,6 +698,7 @@ userAddUser(dialogMenuItem *self)
|
||||
CLEAR(ugroup);
|
||||
CLEAR(gecos);
|
||||
CLEAR(passwd);
|
||||
CLEAR(confpasswd);
|
||||
CLEAR(umemb);
|
||||
CLEAR(homedir);
|
||||
CLEAR(shell);
|
||||
|
Loading…
Reference in New Issue
Block a user