Changeset 4612 for waeup/branches
- Timestamp:
- 2 Jan 2010, 02:45:44 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-layout/src/waeup/authentication.py
r4606 r4612 133 133 return None 134 134 return PrincipalInfo(id=account.name, 135 title=account. name,136 description=account. name)135 title=account.title, 136 description=account.description) 137 137 138 138 def principalInfo(self, id): … … 141 141 return None 142 142 return PrincipalInfo(id=account.name, 143 title=account. name,144 description=account. name)143 title=account.title, 144 description=account.description) 145 145 146 146 def getAccount(self, login):
Note: See TracChangeset for help on using the changeset viewer.