fixed typo, thanks Dean
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.8.2-stable+timestamp.2013.12.03.00.40.46
|
||||
Version 2.8.2-stable+timestamp.2013.12.03.09.31.36
|
||||
|
||||
+1
-1
@@ -2915,7 +2915,7 @@ class Auth(object):
|
||||
formname='reset_password', dbio=False,
|
||||
onvalidation=onvalidation,
|
||||
hideerror=self.settings.hideerror):
|
||||
user = table_user(**{userfield:form.vars.get(userlfield)})
|
||||
user = table_user(**{userfield:form.vars.get(userfield)})
|
||||
if not user:
|
||||
session.flash = self.messages['invalid_%s' % userfield]
|
||||
redirect(self.url(args=request.args),
|
||||
|
||||
Reference in New Issue
Block a user