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:
parent
6aca2274ca
commit
d9230f8983
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user