diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-12-11 22:29:31 +0700 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-12-13 21:30:11 +0300 |
commit | bf9d631fcaca072ae7adfdc77c78c1e4dfeffc5c (patch) | |
tree | d9ede5c0c8db60e24d851a75c8612766eace5340 /mix.exs | |
parent | 865cd2c7c47e3a1e1f5fd9c4bebe9caf9398c315 (diff) | |
download | pleroma-bf9d631fcaca072ae7adfdc77c78c1e4dfeffc5c.tar.gz pleroma-bf9d631fcaca072ae7adfdc77c78c1e4dfeffc5c.zip |
Add native captcha and enable it by default.
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |