« Setting up a Wikipedia clone (part 2) | Home | Switching page orientation in OpenOffice.org »
Allowing shorter passwords in AutoIndex
By admin | October 30, 2008
If you’ve ever found AutoIndex PHP Script‘s password valiator’s resrictions on a long password annoying, you’re not alone. Fortunately, we have found a workaround for it.
Steps
- Download the AutoIndex script.
- Extract the archive and open classes/Admin.php
- Find the line that says “
private static function validate_new_password($pass1, $pass2)
“. - Move further down to the line that says “
if (strlen($pass1) <
” and: - Change the minimal password length (the number after “$pass1) < “),
- (Optional) …and the accompanying message following it.
- Save and you’re done!
If you found this post on allowing shorter passwords in AutoIndex helpful, please help Compdigitec by spreading the word. Don’t forget to subscribe to Compdigitec Labs for more interesting articles!
If you found this article helpful or interesting, please help Compdigitec spread the word. Don’t forget to subscribe to Compdigitec Labs for more useful and interesting articles!
Topics: Internet, PHP | 2 Comments »
November 1st, 2024 at 23:28
… [Trackback]
[…] Information to that Topic: compdigitec.com/labs/2008/10/30/allowing-shorter-passwords-in-autoindex/ […]
November 12th, 2024 at 22:41
… [Trackback]
[…] Find More Info here on that Topic: compdigitec.com/labs/2008/10/30/allowing-shorter-passwords-in-autoindex/ […]