[minor] update password
This commit is contained in:
parent
7d1b9817c3
commit
4ca2418efb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue