phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.auth_sql.inc.php,1.13.4.1,1.


From: Joseph Engo <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.auth_sql.inc.php,1.13.4.1,1.13.4.2
Date: Wed, 23 Apr 2003 20:32:54 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv23344

Modified Files:
      Tag: Version-0_9_16-branch
        class.auth_sql.inc.php 
Log Message:
Added a quick comment


Index: class.auth_sql.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.auth_sql.inc.php,v
retrieving revision 1.13.4.1
retrieving revision 1.13.4.2
diff -C2 -r1.13.4.1 -r1.13.4.2
*** class.auth_sql.inc.php      24 Apr 2003 00:31:58 -0000      1.13.4.1
--- class.auth_sql.inc.php      24 Apr 2003 00:32:52 -0000      1.13.4.2
***************
*** 69,72 ****
--- 69,73 ----
                function change_password($old_passwd, $new_passwd, $account_id 
= '')
                {
+                       // Don't allow passwords changes for other accounts 
when using XML-RPC
                        if (! $account_id || 
$GLOBALS['phpgw_info']['flags']['currentapp'] == 'login')
                        {





reply via email to

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