Commit 1c3b66c1 authored by liuzheng712's avatar liuzheng712

user.update

parent a99f024d
......@@ -93,7 +93,7 @@ def db_update_user(**kwargs):
user.update(**kwargs)
if pwd != '':
user_get.set_password(pwd)
# user.save()
user_get.save()
else:
return None
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment