[FIX] auth_openid: typo in rev. 54e0690

This commit is contained in:
Olivier Dony 2015-08-07 14:15:41 +02:00
parent fb55b2fa5e
commit 1388c0c108
1 changed files with 1 additions and 1 deletions

View File

@ -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