[gen] Bugfix.
This commit is contained in:
parent
8833f7b0ae
commit
af7a775570
|
@ -1010,7 +1010,7 @@ class ToolMixin(BaseMixin):
|
||||||
def _zopeAuthenticate(self, request):
|
def _zopeAuthenticate(self, request):
|
||||||
'''Performs the Zope-level authentication. Returns True if
|
'''Performs the Zope-level authentication. Returns True if
|
||||||
authentication succeeds.'''
|
authentication succeeds.'''
|
||||||
user = self.acl_users.validate(rq)
|
user = self.acl_users.validate(request)
|
||||||
return not self.userIsAnon()
|
return not self.userIsAnon()
|
||||||
|
|
||||||
def _ldapAuthenticate(self, login, password):
|
def _ldapAuthenticate(self, login, password):
|
||||||
|
|
Loading…
Reference in a new issue