/[LeafOK_CVS]/lbbs/src/login.c
ViewVC logotype

Diff of /lbbs/src/login.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.8 by sysadm, Sun Mar 20 17:37:14 2005 UTC Revision 1.9 by sysadm, Fri May 6 16:37:59 2005 UTC
# Line 50  bbs_login () Line 50  bbs_login ()
50           "×¢²áÇëÊäÈë`\033[1;31mnew\033[m'): ");           "×¢²áÇëÊäÈë`\033[1;31mnew\033[m'): ");
51        iflush ();        iflush ();
52    
53        str_input (username, 19, 0);        str_input (username, 19, DOECHO);
54        count++;        count++;
55    
56        if (strcmp (username, "guest") == 0)        if (strcmp (username, "guest") == 0)
# Line 73  bbs_login () Line 73  bbs_login ()
73            prints ("\033[1;37mÇëÊäÈëÃÜÂë\033[m: ");            prints ("\033[1;37mÇëÊäÈëÃÜÂë\033[m: ");
74            iflush ();            iflush ();
75    
76            str_input (password, 19, 1);            str_input (password, 19, NOECHO);
77    
78            ok = (check_user (username, password) == 0);            ok = (check_user (username, password) == 0);
79          }          }


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1