From 1388c0c108ba138b58db5de7722f4890b1baa70b Mon Sep 17 00:00:00 2001 From: Olivier Dony Date: Fri, 7 Aug 2015 14:15:41 +0200 Subject: [PATCH] [FIX] auth_openid: typo in rev. 54e0690 --- addons/auth_openid/res_users.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/auth_openid/res_users.py b/addons/auth_openid/res_users.py index bbfb064fb0f..5396c961449 100644 --- a/addons/auth_openid/res_users.py +++ b/addons/auth_openid/res_users.py @@ -72,7 +72,7 @@ class res_users(osv.osv): WHERE id=%s AND openid_key=%s AND active=%s''', - (int(uid), passwd, True)) + (int(uid), password, True)) if not cr.fetchone()[0]: raise