mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix bug - general user could not add gravatar
This commit is contained in:
parent
dc72ac5c3e
commit
1242b318c8
@ -1760,6 +1760,7 @@ class PanelHandler(BaseHandler):
|
||||
user_data = {
|
||||
"username": username,
|
||||
"password": password0,
|
||||
"email": email,
|
||||
"lang": lang,
|
||||
}
|
||||
self.controller.users.update_user(user_id, user_data=user_data)
|
||||
|
Loading…
Reference in New Issue
Block a user