diff options
author | Alex Gleason <alex@alexgleason.me> | 2020-05-12 16:57:01 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2020-05-13 10:53:56 -0500 |
commit | 9cbf17d59fe34a760f8a4f94bc60f78b38ccba06 (patch) | |
tree | 42194b4459e9957b5111e70d5891575b9511bec8 /mix.exs | |
parent | da550be066a15108ceef7874c3b2549c049a7f88 (diff) | |
download | pleroma-9cbf17d59fe34a760f8a4f94bc60f78b38ccba06.tar.gz pleroma-9cbf17d59fe34a760f8a4f94bc60f78b38ccba06.zip |
Handle bcrypt passwords for Mastodon migration
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -127,6 +127,7 @@ defmodule Pleroma.Mixfile do {:oban, "~> 1.2"}, {:gettext, "~> 0.15"}, {:pbkdf2_elixir, "~> 1.0"}, + {:bcrypt_elixir, "~> 2.0"}, {:trailing_format_plug, "~> 0.0.7"}, {:fast_sanitize, "~> 0.1"}, {:html_entities, "~> 0.5", override: true}, |