diff --git a/VERSION b/VERSION index 3771e4c1..c4e73ede 100644 --- a/VERSION +++ b/VERSION @@ -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 diff --git a/gluon/tools.py b/gluon/tools.py index afb258f8..d4fa20f8 100644 --- a/gluon/tools.py +++ b/gluon/tools.py @@ -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),