From 4ca2418efbd97c22d7115020d3fc8ffa59b2e2a5 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Fri, 27 Sep 2013 14:08:54 +0530 Subject: [PATCH] [minor] update password --- webnotes/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webnotes/auth.py b/webnotes/auth.py index 4af30850af..906ad82124 100644 --- a/webnotes/auth.py +++ b/webnotes/auth.py @@ -251,7 +251,7 @@ def _update_password(user, password): values (%s, password(%s)) on duplicate key update `password`=password(%s)""", (user, password, password)) - + @webnotes.whitelist() def get_logged_user(): return webnotes.session.user