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:
Ganbold Tsagaankhuu 2009-03-18 03:56:26 +00:00
parent 577b9fa3f8
commit c78159ebbf

View file

@ -698,6 +698,7 @@ userAddUser(dialogMenuItem *self)
CLEAR(ugroup);
CLEAR(gecos);
CLEAR(passwd);
CLEAR(confpasswd);
CLEAR(umemb);
CLEAR(homedir);
CLEAR(shell);