https://github.com/mudkipme/nodebb-plugin-md5-password
A NodeBB plugin to support login of users imported from ancient forum softwares saving password in plain md5.
https://github.com/mudkipme/nodebb-plugin-md5-password
nodebb nodebb-plugin
Last synced: 2 months ago
JSON representation
A NodeBB plugin to support login of users imported from ancient forum softwares saving password in plain md5.
- Host: GitHub
- URL: https://github.com/mudkipme/nodebb-plugin-md5-password
- Owner: mudkipme
- License: mit
- Created: 2018-01-07T16:31:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-26T16:58:03.000Z (over 4 years ago)
- Last Synced: 2024-04-15T01:10:50.691Z (about 1 year ago)
- Topics: nodebb, nodebb-plugin
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
nodebb-plugin-md5-password
==========================[](https://npmjs.org/package/nodebb-plugin-md5-password)
A [NodeBB](https://github.com/NodeBB/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.
```bash
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.