password time limit
-
wondering.. (after perusing hte support site.. couldn’t find an answer to this..)
in pluggable-functions.php
there are some values for setting password time limit
setcookie('wordpressuser_'. $cookiehash, $username, time() + 31536000, $cookiepath);
1> .. is the 31536000 .. in miliseconds or seconds!?
2> .. does anyone know if it is as easy to limit the time the cookie is valid by changing this? ..
3> .. is there some standard way (= w/o hacking the php) to lock someone out after the standard 3 attempts?thanks for any advice/help/personal experience!
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘password time limit’ is closed to new replies.