X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fipsilon.git;a=blobdiff_plain;f=ipsilon%2Flogin%2Fauthtest.py;h=8eae0b6a5d28126a60c738518b3c89317c4983b8;hp=df826c8bcdaa1d59e25444642b13761501837c68;hb=25b8eaf83e681a9322cffe61aad5254bcbe0c917;hpb=a511d8ab35cc0f2872eac640ed4120766f92704a diff --git a/ipsilon/login/authtest.py b/ipsilon/login/authtest.py index df826c8..8eae0b6 100755 --- a/ipsilon/login/authtest.py +++ b/ipsilon/login/authtest.py @@ -33,7 +33,7 @@ class TestAuth(LoginFormBase): if username and password: if password == 'ipsilon': cherrypy.log("User %s successfully authenticated." % username) - return self.lm.auth_successful(username) + return self.lm.auth_successful(username, 'password') else: cherrypy.log("User %s failed authentication." % username) error = "Authentication failed"