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

tony at iowaoutdoors.org tony at iowaoutdoors.org
Fri Jul 30 15:56:49 EDT 2004


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

Modified Files:
	ServiceInterface.php 
Log Message:
Added deleteAccountByAdmin

Index: ServiceInterface.php
===================================================================
RCS file: /var/cvs/Auth_Enterprise/Enterprise/ServiceInterface.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ServiceInterface.php	12 Jul 2004 03:01:53 -0000	1.2
--- ServiceInterface.php	30 Jul 2004 19:56:47 -0000	1.3
***************
*** 43,46 ****
--- 43,58 ----
      
      /**
+     * Deletes a user account from the service.
+     *
+     * @author Tony Bibbs <tony at geeklog.net>
+     * @access public
+     * @param string $adminUserName Administrator's username
+     * @param string $adminPassword Administrator's password
+     * @param string $userName User name for the account to delete
+     *
+     */
+     public function deleteAccountByAdmin($adminUserName, $adminPassword, $userName);
+     
+     /**
      * Changes a user's password
      *




More information about the geeklog-cvs mailing list