diff --git a/ba/ba1400.cpp b/ba/ba1400.cpp index cd70e4003..0bbb1cbf3 100755 --- a/ba/ba1400.cpp +++ b/ba/ba1400.cpp @@ -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; } diff --git a/ba/ba1400a.uml b/ba/ba1400a.uml index f46b999b8..1390af1b6 100755 --- a/ba/ba1400a.uml +++ b/ba/ba1400a.uml @@ -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"