fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11049] mobuilefrontend: custom auth


From: Sigurd Nes
Subject: [Fmsystem-commits] [11049] mobuilefrontend: custom auth
Date: Wed, 10 Apr 2013 10:23:30 +0000

Revision: 11049
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11049
Author:   sigurdne
Date:     2013-04-10 10:23:30 +0000 (Wed, 10 Apr 2013)
Log Message:
-----------
mobuilefrontend: custom auth

Modified Paths:
--------------
    trunk/phpgwapi/inc/class.login.inc.php

Modified: trunk/phpgwapi/inc/class.login.inc.php
===================================================================
--- trunk/phpgwapi/inc/class.login.inc.php      2013-04-10 10:22:37 UTC (rev 
11048)
+++ trunk/phpgwapi/inc/class.login.inc.php      2013-04-10 10:23:30 UTC (rev 
11049)
@@ -230,7 +230,13 @@
                                                $receipt[] = lang('Info: you 
have changed domain from "%1" to "%2"', $_COOKIE['domain'], $logindomain);
                                        }
                                }
+/*
+unset($GLOBALS['phpgw']->auth);
+$GLOBALS['phpgw']->auth                        = createObject('phpgwapi.auth');
+_debug_array($GLOBALS['phpgw']->auth);die();
 
+//_debug_array($GLOBALS['phpgw_info']['server']);die();
+*/
                                $GLOBALS['sessionid'] = 
$GLOBALS['phpgw']->session->create($login, $passwd);
 
                                if (!isset($GLOBALS['sessionid']) || 
!$GLOBALS['sessionid'])




reply via email to

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