From be8ba6603d58bc704a675fdc3269d3fde732acbf Mon Sep 17 00:00:00 2001 From: mdipierro Date: Mon, 9 Jul 2012 21:40:33 -0500 Subject: [PATCH] fixed typo in tools, issue 880, thanks Douglas Philips --- VERSION | 2 +- gluon/tools.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 482e490f..0605e85c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.00.0 (2012-07-09 21:39:03) dev +Version 2.00.0 (2012-07-09 21:40:31) dev diff --git a/gluon/tools.py b/gluon/tools.py index bf05c810..f858d0f9 100644 --- a/gluon/tools.py +++ b/gluon/tools.py @@ -1875,7 +1875,7 @@ class Auth(object): user = self.get_or_create_user(form.vars) break if not user: - self.log_event(self.settings.login_failed_log, + self.log_event(self.messages.login_failed_log, request.post_vars) # invalid login session.flash = self.messages.invalid_login