Handle bcrypt passwords for Mastodon migration
This commit is contained in:
parent
da550be066
commit
9cbf17d59f
4 changed files with 15 additions and 0 deletions
1
mix.exs
1
mix.exs
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue