[geeklog-cvs] Auth_Enterprise/Server/providers AEBasePearDBProvider.class.php,1.3,1.4

tony at iowaoutdoors.org tony at iowaoutdoors.org
Thu Jun 17 01:34:38 EDT 2004


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

Modified Files:
	AEBasePearDBProvider.class.php 
Log Message:
Removed the password validator and replaced it with calls to AEPasswordGenerator

Index: AEBasePearDBProvider.class.php
===================================================================
RCS file: /var/cvs/Auth_Enterprise/Server/providers/AEBasePearDBProvider.class.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** AEBasePearDBProvider.class.php	16 Jun 2004 23:14:24 -0000	1.3
--- AEBasePearDBProvider.class.php	17 Jun 2004 05:34:36 -0000	1.4
***************
*** 37,40 ****
--- 37,45 ----
  
  /**
+ * Include the password generator
+ */
+ require_once 'Auth_Enterprise/Server/AEPasswordGenerator.class.php';
+ 
+ /**
  * Bring in PEAR's database abstraction layer
  */




More information about the geeklog-cvs mailing list