Changeset 7930 for sandbox


Ignore:
Timestamp:
03/01/13 10:10:07 (11 years ago)
Author:
alexandrecorreia
Message:

Ticket #2507 - Retorno do uidnumber e uid para o portal da SEED

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/webservice/api/rest/core/LoginResource.php

    r7812 r7930  
    1313                                'contactPhones'         => array($GLOBALS['phpgw_info']['user']['telephonenumber']), 
    1414                                'contactFullName'       => $GLOBALS['phpgw_info']['user']['fullname'], 
     15                                'contactLID'                    => $GLOBALS['phpgw_info']['user']['account_lid'], 
     16                                'contactUIDNumber'              => $GLOBALS['phpgw_info']['user']['account_id'], 
    1517                                'contactApps'           => $this->getUserApps() 
    1618                ); 
Note: See TracChangeset for help on using the changeset viewer.