Reso obbligatorio l'utente

git-svn-id: svn://10.65.10.50/trunk@2565 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1996-02-06 11:47:31 +00:00
parent f1c39abee2
commit db4422ed2b

View File

@ -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)
{