[geeklog-cvs] geeklog-1.3 config.php,1.80,1.81

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Mon May 5 17:11:08 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3
In directory internal.geeklog.net:/tmp/cvs-serv9426

Modified Files:
	config.php 
Log Message:
Added a speed limit to the new password request feature.


Index: config.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/config.php,v
retrieving revision 1.80
retrieving revision 1.81
diff -C2 -d -r1.80 -r1.81
*** config.php	18 Apr 2003 21:12:04 -0000	1.80
--- config.php	5 May 2003 21:11:06 -0000	1.81
***************
*** 400,403 ****
--- 400,406 ----
  $_CONF['polladdresstime']   = 604800;
  
+ // Password setting: minimum time between two requests for a new password
+ $_CONF['passwordspeedlimit'] = 300; // seconds = 5 minutes
+ 
  // Links Settings
  // You can set both of the following to 0 to get back the old (pre-1.3.6)





More information about the geeklog-cvs mailing list