diff options
author | Steven Fuchs <steven.fuchs@dockyard.com> | 2020-02-28 04:27:50 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2020-02-28 04:27:50 +0000 |
commit | fabcd82f4af4a432e404a936e5cccc0117445bfc (patch) | |
tree | 678ec129cbf1dd25dccf578681a1092d9168833f | |
parent | 457a653f887a883771a2d2f0d6c9bc862ff60987 (diff) | |
download | pleroma-fabcd82f4af4a432e404a936e5cccc0117445bfc.tar.gz |
add confirm field to filtered params
-rw-r--r-- | config/config.exs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index 9d1e29c0d..0dde1fc85 100644 --- a/config/config.exs +++ b/config/config.exs @@ -402,6 +402,8 @@ config :phoenix, :format_encoders, json: Jason config :phoenix, :json_library, Jason +config :phoenix, :filter_parameters, ["password", "confirm"] + config :pleroma, :gopher, enabled: false, ip: {0, 0, 0, 0}, |