Changeset 506


Ignore:
Timestamp:
10/09/09 01:16:59 (15 years ago)
Author:
nanardon
Message:
  • use object id instead uid field, avoid permission denied
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts-Web/root/html/users/index.tt

    r407 r506  
    1414[% user = db.get_object('user', username) %] 
    1515<tr> 
    16     <td>[% user.get_c_field('uid') | html %]</td> 
     16    <td>[% username | html %]</td> 
    1717    <td> 
    1818        [% user.get_c_field('sn') | html %] 
Note: See TracChangeset for help on using the changeset viewer.