Corretti alcuni warninge larghezze campi

git-svn-id: svn://10.65.10.50/trunk@679 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 1994-11-22 09:41:12 +00:00
parent 6aca2274ca
commit d9230f8983
2 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ bool TSet_users::password_handler(TMask_field& f, KEY key)
{
if (f.mask().mode() == MODE_QUERY || key != K_ENTER) return TRUE;
const bool ok = f.get().len() > 3 ;
if (!ok) f.error_box("La password deve essere almeno 3 caratteri");
if (!ok) f.error_box("La password deve essere lunga almeno 4 caratteri");
return ok;
}

View File

@ -14,7 +14,7 @@ BEGIN
USE LF_USER
CHECKTYPE NORMAL
INPUT USERNAME F_USER
DISPLAY "Utente" USERNAME
DISPLAY "Utente@8" USERNAME
DISPLAY "Descrizione@50" USERDESC
OUTPUT F_USER USERNAME
KEY 1
@ -29,7 +29,7 @@ BEGIN
MESSAGE "X",F_BASE
END
STRING F_PASSWORD 8 0
STRING F_PASSWORD 8
BEGIN
PROMPT 1 3 "Password "
HELP "Inserire la password"