phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] api/class.auth.php, 1.1.1.1.2.6


From: nomail
Subject: [Phpgroupware-cvs] api/class.auth.php, 1.1.1.1.2.6
Date: Thu, 20 May 2004 15:02:26 -0000

Update of /api
Modified Files:
        Branch: proposal-branch
          class.auth.php

date: 2004/04/16 20:59:48;  author: seek3r;  state: Exp;  lines: +7 -7

Log Message:
bringing savannah cvs back up to date with what we were doing on our private 
cvs server. We will not be doing dev from this cvs tree
=====================================================================
No syntax errors detected in -
=====================================================================
Index: api/class.auth.php
diff -u api/class.auth.php:1.1.1.1.2.5 api/class.auth.php:1.1.1.1.2.6
--- api/class.auth.php:1.1.1.1.2.5      Mon Nov 17 23:39:06 2003
+++ api/class.auth.php  Fri Apr 16 20:59:48 2004
@@ -28,8 +28,8 @@
                'abstract'         => 'Authenticate user against the selected 
data store',
                'discussion'       => 'The data store is determined by the 
driver being used such as SQL or LDAP.',
                'params'           => array(
-                       'username' => array('type' => 'string', 'default' => 
'##REQUIRED##', 'desc' => 'users username'),
-                       'passwd'   => array('type' => 'any',    'default' => 
'##REQUIRED##', 'desc' => 'users password')
+                       'username' => array('type' => 'string', 'default' => 
REQUIRED, 'desc' => 'users username'),
+                       'passwd'   => array('type' => 'any',    'default' => 
REQUIRED, 'desc' => 'users password')
                )
        );
 
@@ -38,9 +38,9 @@
                'abstract'            => 'Change the users password',
                'discussion'          => 'With some data stores this may not be 
possible.',
                'params'              => array(
-                       'current_passwd' => array('type' => 'any',    'default' 
=> '##REQUIRED##', 'desc' => 'users current password'),
-                       'new_passwd'     => array('type' => 'any',    'default' 
=> '##REQUIRED##', 'desc' => 'users new password'),
-                       'username'       => array('type' => 'string', 'default' 
=> '##REQUIRED##', 'desc' => 'users username')
+                       'current_passwd' => array('type' => 'any',    'default' 
=> REQUIRED, 'desc' => 'users current password'),
+                       'new_passwd'     => array('type' => 'any',    'default' 
=> REQUIRED, 'desc' => 'users new password'),
+                       'username'       => array('type' => 'string', 'default' 
=> REQUIRED, 'desc' => 'users username')
                )
        );
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]