web/views/authentication.py
changeset 10907 9ae707db5265
parent 10564 6b109900583b
equal deleted inserted replaced
10906:e1ce0866afe9 10907:9ae707db5265
   170         raise AuthenticationError()
   170         raise AuthenticationError()
   171 
   171 
   172     def _authenticate(self, login, authinfo):
   172     def _authenticate(self, login, authinfo):
   173         sessionid = self.repo.connect(login, **authinfo)
   173         sessionid = self.repo.connect(login, **authinfo)
   174         return self.repo._sessions[sessionid]
   174         return self.repo._sessions[sessionid]
   175