summaryrefslogtreecommitdiffstats
path: root/ipsilon/login/authpam.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipsilon/login/authpam.py')
-rwxr-xr-xipsilon/login/authpam.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsilon/login/authpam.py b/ipsilon/login/authpam.py
index f322e14..fca44ba 100755
--- a/ipsilon/login/authpam.py
+++ b/ipsilon/login/authpam.py
@@ -49,7 +49,7 @@ class Pam(LoginFormBase):
if username and password:
user = self._authenticate(username, password)
if user:
- return self.lm.auth_successful(user, 'password')
+ return self.lm.auth_successful(self.trans, user, 'password')
else:
error = "Authentication failed"
cherrypy.log.error(error)