Skip to content

Handle bcrypt passwords for Mastodon migration

Alex Gleason requested to merge alexgleason/pleroma:bcrypt-auth into develop

For #162 (closed), this MR allows authentication with Bcrypt passwords, so user accounts migrated from Mastodon can continue to log in after the migration.

I've chosen to handle this the exact same way as GNU Social passwords are handled, which is by adding a new function signature for bcrypt ($2) to the authentication plug.

Edited by Alex Gleason

Merge request reports