From cd6dff58dd7d32a1af7d8baa9a2d72799e7e8669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Thu, 28 Sep 2017 14:59:53 +0200 Subject: [PATCH] FIX: add user option/profile fields that were not permitted --- app/controllers/users_controller.rb | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index 56a95c75fa..e0b850faa0 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -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