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

jellybob at iowaoutdoors.org jellybob at iowaoutdoors.org
Thu Jul 8 10:53:47 EDT 2004


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

Modified Files:
	DB.php 
Log Message:
Fix password changing.


Index: DB.php
===================================================================
RCS file: /var/cvs/Auth_Enterprise/Enterprise/Server/DB.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** DB.php	8 Jul 2004 14:51:32 -0000	1.2
--- DB.php	8 Jul 2004 14:53:45 -0000	1.3
***************
*** 267,271 ****
      {
          // Make sure new password is a valid format
!         if (!Enterprise_PasswordGenerator::isValidPassword($newPassword)) {
              throw new AEPasswordInvalid();
          }
--- 267,271 ----
      {
          // Make sure new password is a valid format
!         if (!Auth_Enterprise_PasswordGenerator::isValidPassword($newPassword)) {
              throw new AEPasswordInvalid();
          }




More information about the geeklog-cvs mailing list