Password Length
#1

Hello, how to make that the password must be between 5 and 32 characters?

Код:
   if(response)
            {
		if(!strlen(inputtext) || strlen(inputtext) > 32)
            }

	     else if(strlen(inputtext) > 0 && strlen(inputtext) < 32)
             {
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)