1.0.1 • Published 3 years ago

nodebb-plugin-md5-password v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

nodebb-plugin-md5-password

NPM version

A NodeBB plugin to support login of users imported from ancient forum softwares saving password in plain md5.

Installation

Run this command to install the plugin and restart your NodeBB instance.

npm install nodebb-plugin-md5-password

Notice

Remember the password should no longer store in plain md5 after imported to NodeBB, the md5 hash should be encrypted via the internal encryption (bcrypt) of NodeBB.

Please destroy your original user data from ancient forum softwares after the migration be done.