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