mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 08:57:10 -06:00
FIX: add user option/profile fields that were not permitted
This commit is contained in:
parent
ab68379abb
commit
cd6dff58dd
@ -858,7 +858,17 @@ class UsersController < ApplicationController
|
||||
:date_of_birth,
|
||||
:muted_usernames,
|
||||
:theme_key,
|
||||
:locale
|
||||
:locale,
|
||||
:bio_raw,
|
||||
:location,
|
||||
:website,
|
||||
:dismissed_banner_key,
|
||||
:profile_background,
|
||||
:card_background,
|
||||
:muted_category_ids,
|
||||
:watched_category_ids,
|
||||
:tracked_category_ids,
|
||||
:watched_first_post_category_ids
|
||||
] + UserUpdater::OPTION_ATTR
|
||||
|
||||
result = params
|
||||
|
Loading…
Reference in New Issue
Block a user