Changeset 4623 for waeup/branches
- Timestamp:
- 2 Jan 2010, 12:49:21 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-layout/src/waeup/authentication.py
r4622 r4623 120 120 121 121 def getAccount(self, login): 122 # XXX: while developing, we only support a single user.123 if login == 'grok':124 return Account('grok', 'grok')125 126 122 # ... look up the account object and return it ... 127 123 usercontainer = self.getUserContainer()
Note: See TracChangeset for help on using the changeset viewer.