[FIX] auth_openid: typo in rev. 77868ec

This commit is contained in:
Olivier Dony 2015-08-07 14:17:42 +02:00
parent 5e4c09ae53
commit da8855ad2b
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,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