[gen] Bugfix.

This commit is contained in:
Gaetan Delannay 2013-07-25 10:37:22 +02:00
parent 8833f7b0ae
commit af7a775570

View file

@ -1010,7 +1010,7 @@ class ToolMixin(BaseMixin):
def _zopeAuthenticate(self, request):
'''Performs the Zope-level authentication. Returns True if
authentication succeeds.'''
user = self.acl_users.validate(rq)
user = self.acl_users.validate(request)
return not self.userIsAnon()
def _ldapAuthenticate(self, login, password):