discourse-migratepassword
discourse-migratepassword copied to clipboard
Does it work with Auth0 password hashes?
I'm sorry if it's been answered elsewhere, but I couldn't find it.
Has anyone tested this plugin with password hashes from Auth0?
Thanks.
Answered in the support thread on meta.discourse.org: Migrated password hashes support
bcrypt should be supported regardless of the number of rounds, as long as the rounds are encoded in the usual way (
$2a$10$...)