Password Length
#7

Quote:
Originally Posted by Thewin
Посмотреть сообщение
if(response)
{
if(strlen(inputtext) < 5 || strlen(inputtext) > 32) //error
return 1;
}

else if(strlen(inputtext) > 4 && strlen(inputtext) < 33) //accepted
return 1;
{
or just else..
Reply


Messages In This Thread
Password Length - by Blackazur - 04.03.2014, 00:43
Re: Password Length - by [..MonTaNa..] - 04.03.2014, 00:47
AW: Password Length - by Blackazur - 04.03.2014, 00:53
Re: Password Length - by [..MonTaNa..] - 04.03.2014, 00:59
Re: Password Length - by Ada32 - 04.03.2014, 00:59
Respuesta: Password Length - by Thewin - 04.03.2014, 01:23
Re: Respuesta: Password Length - by Ada32 - 04.03.2014, 01:26
Re: Password Length - by SuperViper - 04.03.2014, 01:30
Re: Password Length - by Konstantinos - 04.03.2014, 10:04
Re: Password Length - by Nurgle4 - 04.03.2014, 10:14

Forum Jump:


Users browsing this thread: 1 Guest(s)