nodebb-plugin-import
nodebb-plugin-import copied to clipboard
support password conversion, on exporter basis
per https://community.nodebb.org/topic/2688/after-migration-passwords/13
I confirm that passwords are lost during the import.
Little re-up of the issue c:
it's going to be a little while. sorry.
@akhoury I'm a little fuzzy on the details about how vanilla hashes the passwords, but even if vanilla (or any other forum) actually used the same encryption algorithm like md5, the fact that nodebb runs the password through bcrypt a few times makes that approach useless. For the password import to even work, the old forum would have to have the same salt, and run the password through bcrypt the same number of times as nodebb.
Sorry just caught up on the referenced thread. Imo the proposed solution is more work than is worth it. Plus, this would automatically exclude any proprietary closed source forum software. Having users reset their password is not a huge ask, especially in these times. (Plus an opportunity to have them make a better one)
I totally agree