[geeklog-cvs] Auth_Enterprise/Server AEServiceUser.class.php,1.1.1.1,1.2

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


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

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

Index: AEServiceUser.class.php
===================================================================
RCS file: /var/cvs/Auth_Enterprise/Server/AEServiceUser.class.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** AEServiceUser.class.php	15 Jun 2004 15:19:27 -0000	1.1.1.1
--- AEServiceUser.class.php	17 Jun 2004 05:33:30 -0000	1.2
***************
*** 129,132 ****
--- 129,143 ----
      
      /**
+     * Reset a user's password to one randomly generated
+     *
+     * @author Tony Bibbs <tony at geeklog.net>
+     * @access public
+     *
+     */
+     public function resetPassword($userName)
+     {
+     }
+     
+     /**
      * Gets the application privileges for a given user
      *




More information about the geeklog-cvs mailing list