[geeklog-cvs] Auth_Enterprise/Server AEServerConfig.php,1.2,1.3

tony at iowaoutdoors.org tony at iowaoutdoors.org
Thu Jun 17 01:32:57 EDT 2004


Update of /var/cvs/Auth_Enterprise/Server
In directory www:/tmp/cvs-serv6329

Modified Files:
	AEServerConfig.php 
Log Message:
Added 'pw_max_resets_in_day', still needs to be implemented.

Index: AEServerConfig.php
===================================================================
RCS file: /var/cvs/Auth_Enterprise/Server/AEServerConfig.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** AEServerConfig.php	16 Jun 2004 23:14:45 -0000	1.2
--- AEServerConfig.php	17 Jun 2004 05:32:55 -0000	1.3
***************
*** 48,52 ****
  // This sets the set of possible special characters that can be used in a password
  $gConf['pw_special_chars']        = array('!','@','#','$','^','&','(',')','_','-'); 
! 
  
  // Settings for the PEAR DB provider
--- 48,53 ----
  // This sets the set of possible special characters that can be used in a password
  $gConf['pw_special_chars']        = array('!','@','#','$','^','&','(',')','_','-'); 
! // Set maximum number of times a user can change their password within 24 hrs, set to 0 to disable.
! $gConf['pw_max_resets_in_day']    = 2;
  
  // Settings for the PEAR DB provider




More information about the geeklog-cvs mailing list