Merge branch 'filtered-params' into 'develop'

add confirm field to filtered params

See merge request pleroma/pleroma!2251
This commit is contained in:
Haelwenn 2020-02-28 04:27:50 +00:00
commit e892a7eb01
1 changed files with 2 additions and 0 deletions

View File

@ -402,6 +402,8 @@
config :phoenix, :json_library, Jason
config :phoenix, :filter_parameters, ["password", "confirm"]
config :pleroma, :gopher,
enabled: false,
ip: {0, 0, 0, 0},