hello all,
i have a login form that i am making it manditory for everyone to place atleast one number in their password. What is the best way to accomplish this?
I really have no idea what to do for this...
password check help
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: password check help
Look at the preg_match() function documentation. You can to check for the set of characters that are numbers "[0-9]".
(#10850)