migratetoflarum / old-passwords

Re-hash passwords from an old platform on the fly
https://discuss.flarum.org/d/8631
MIT License
8 stars 4 forks source link

Documentation: error in example & examples everywhere #3

Closed AmauryCarrade closed 4 years ago

AmauryCarrade commented 4 years ago

Hi! I used your extension to migrate passwords from an old FluxBB installation, and it worked great, thanks for the work!

I had only one small problem: the documentation was misleading because of an error. I used SHA1-Bcrypt with a hash type sha1 because there was an error in the README file. So I fixed that and added an example for all hashers, so one wouldn't have to guess the type anymore (okay, it's the title in lowercase, but it's not mentioned anywhere).

clarkwinkelmann commented 4 years ago

Nice catch! Thanks.