How To Set Minimum Password Length In PHP Scripts Using strlen()
- Forums
- PHP
- How To Set Minimum Password Length In PHP Scripts Using strlen()
[ANSWERED] This is a question a forums user asked: I Want To Know How To Set The Minimum Password Legnth On Each Login Page So My Users Can Create Long Secured Passwords. [2052], Last Updated: Mon Jun 24, 2024
Akon
Sun Oct 18, 2009
2 Comments
6364 Visits
i want be able to make my login page more secure, i have seen some users they are entering and submitting very short passwords on their forms and i want to make it longer, like fore example, there was this subscriber who's password was only one character, i want to make so at least it should be 6 characters or more but not less.
if you can help me how to do this on my php script, thanks