Reso obbligatorio l'utente
git-svn-id: svn://10.65.10.50/trunk@2565 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
f1c39abee2
commit
db4422ed2b
@ -510,7 +510,7 @@ bool TMenu_application::check_user()
|
||||
err = users.read(_isequal, _lock);
|
||||
}
|
||||
|
||||
ok = pwd.not_empty() && pwd == m.get(F_PASSWORD);
|
||||
ok = utente.not_empty() && pwd.not_empty() && pwd == m.get(F_PASSWORD);
|
||||
|
||||
if (ok)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user