phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] sync/inc/class.so_sync.inc.php, 1.27


From: nomail
Subject: [Phpgroupware-cvs] sync/inc/class.so_sync.inc.php, 1.27
Date: Sun, 23 May 2004 02:26:32 -0000

Update of /sync/inc
Modified Files:
        Branch: 
          class.so_sync.inc.php

date: 2004/04/29 13:35:01;  author: mleonhardt;  state: Exp;  lines: +2 -2

Log Message:
- fix for sql - userauth (plaintext)
=====================================================================
Index: sync/inc/class.so_sync.inc.php
diff -u sync/inc/class.so_sync.inc.php:1.26 sync/inc/class.so_sync.inc.php:1.27
--- sync/inc/class.so_sync.inc.php:1.26 Wed Apr 28 17:42:44 2004
+++ sync/inc/class.so_sync.inc.php      Thu Apr 29 13:35:01 2004
@@ -101,7 +101,7 @@
     
     function GetAccountIDfromUsername($username, $password)
     { 
-      $valid = $GLOBALS['phpgw']->auth->authenticate($username, $password);
+      $valid = $GLOBALS['phpgw']->auth->authenticate($username, $password, 
'text');
       if ($valid)
       {
         $account = CreateObject('phpgwapi.accounts');




reply via email to

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