Changeset 4623 for waeup


Ignore:
Timestamp:
2 Jan 2010, 12:49:21 (15 years ago)
Author:
uli
Message:

Close backdoor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup/branches/ulif-layout/src/waeup/authentication.py

    r4622 r4623  
    120120
    121121    def getAccount(self, login):
    122         # XXX: while developing, we only support a single user.
    123         if login == 'grok':
    124             return Account('grok', 'grok')
    125 
    126122        # ... look up the account object and return it ...
    127123        usercontainer = self.getUserContainer()
Note: See TracChangeset for help on using the changeset viewer.