mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -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,
|
:date_of_birth,
|
||||||
:muted_usernames,
|
:muted_usernames,
|
||||||
:theme_key,
|
: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
|
] + UserUpdater::OPTION_ATTR
|
||||||
|
|
||||||
result = params
|
result = params
|
||||||
|
Loading…
Reference in New Issue
Block a user