New Zenner
- Join Date:
- Dec 2007
- Location:
- Los Angeles
- Posts:
- 63
- Plugin Contributions:
- 0
Disable check against last 3 passwords
Anyone know how to turn off the security feature that checks against your previous three passwords? I found this thread, below, which describes how, but I find it vague and I don't want to break the php by just adding a return FALSE; in there. The line they cite appears three times in the admin_acces.php file.
I'd like specific line #s and exact code to add/replace/remove if possible for ZC 1.5.1
b) To disable the check against the last 3 passwords, edit
admin/includes/functions/admin_access.php
and change zen_check_for_password_problems() so that the first line is
return FALSE;