2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

FIX: wasn't allowed to set a user's title anymore

This commit is contained in:
Régis Hanol 2017-09-26 20:13:24 +02:00
parent 28c54b42c5
commit af01e62b14
2 changed files with 6 additions and 2 deletions

View file

@ -854,6 +854,7 @@ class UsersController < ApplicationController
:email,
:password,
:username,
:title,
:date_of_birth,
:muted_usernames,
:theme_key,