summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2019-12-11 22:29:31 +0700
committerrinpatch <rinpatch@sdf.org>2019-12-13 21:30:11 +0300
commitbf9d631fcaca072ae7adfdc77c78c1e4dfeffc5c (patch)
treed9ede5c0c8db60e24d851a75c8612766eace5340 /mix.exs
parent865cd2c7c47e3a1e1f5fd9c4bebe9caf9398c315 (diff)
downloadpleroma-bf9d631fcaca072ae7adfdc77c78c1e4dfeffc5c.tar.gz
pleroma-bf9d631fcaca072ae7adfdc77c78c1e4dfeffc5c.zip
Add native captcha and enable it by default.
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 3 insertions, 0 deletions
diff --git a/mix.exs b/mix.exs
index 0937e42b8..db3e363bd 100644
--- a/mix.exs
+++ b/mix.exs
@@ -158,6 +158,9 @@ defmodule Pleroma.Mixfile do
{:plug_static_index_html, "~> 1.0.0"},
{:excoveralls, "~> 0.11.1", only: :test},
{:flake_id, "~> 0.1.0"},
+ {:captcha,
+ git: "https://git.pleroma.social/pleroma/elixir-libraries/elixir-captcha.git",
+ ref: "c3c795c55f6b49d79d6ac70a0f91e525099fc3e2"},
{:mox, "~> 0.5", only: :test}
] ++ oauth_deps()
end