changeset 9883 | 0a5890491ab3 |
parent 9402 | 2c48c091b6a2 |
child 10042 | 3e010722c071 |
--- a/web/views/authentication.py Fri Jul 11 16:44:42 2014 +0200 +++ b/web/views/authentication.py Tue Jul 15 18:07:31 2014 +0200 @@ -44,7 +44,7 @@ """ raise NotImplementedError() - def authenticated(self, retriever, req, cnx, login, authinfo): + def authenticated(self, retriever, req, session, login, authinfo): """callback when return authentication information have opened a repository connection successfully. Take care req has no session attached yet, hence req.execute isn't available.