[geeklog-cvs] Auth_Enterprise/Common AEServiceInterface.class.php,1.1.1.1,1.2

tony at iowaoutdoors.org tony at iowaoutdoors.org
Thu Jun 17 01:35:24 EDT 2004


Update of /var/cvs/Auth_Enterprise/Common
In directory www:/tmp/cvs-serv6550

Modified Files:
	AEServiceInterface.class.php 
Log Message:
Added resetPassword

Index: AEServiceInterface.class.php
===================================================================
RCS file: /var/cvs/Auth_Enterprise/Common/AEServiceInterface.class.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** AEServiceInterface.class.php	15 Jun 2004 15:19:27 -0000	1.1.1.1
--- AEServiceInterface.class.php	17 Jun 2004 05:35:21 -0000	1.2
***************
*** 62,65 ****
--- 62,76 ----
      
      /**
+     * Resets a user's password to a randomly generated one
+     *
+     * @author Tony Bibbs <tony at geeklog.net>
+     * @access public
+     * @param string $userName User to reset password for
+     * @return string New randomly generated password
+     *
+     */
+     public function resetPassword($userName);
+     
+     /**
      * Gets the application privileges for a given user
      *




More information about the geeklog-cvs mailing list