Fix bug - general user could not add gravatar

This commit is contained in:
Andrew 2022-04-01 18:04:42 -04:00
parent dc72ac5c3e
commit 1242b318c8

View File

@ -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)