Not less than 3 characters on password
#1

Hello

How can I make that you can't have less than 3 characters on your password.
Reply
#2

pawn Код:
if(strlen(passwordstringhere) < 3)
{
//do whatever
}
Reply
#3

Use strlen() to check if the password is longer than 3 characters

Edit: damn it
Reply
#4

Quote:
Originally Posted by Hiddos
Посмотреть сообщение
Use strlen() to check if the password is longer than 3 characters

Edit: damn it
agreed
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)