mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Whitelist :active param so that we can automatically create users that are active via API
This commit is contained in:
parent
dc77e7e27c
commit
c13aa8852b
1 changed files with 2 additions and 1 deletions
|
@ -400,7 +400,8 @@ class UsersController < ApplicationController
|
|||
:name,
|
||||
:email,
|
||||
:password,
|
||||
:username
|
||||
:username,
|
||||
:active
|
||||
).merge(ip_address: request.ip)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue