You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 years ago | |
---|---|---|
LICENSE | 9 years ago | |
README.md | 9 years ago | |
plugin.rb | 7 years ago |
README.md
discourse-migratepassword
Support migrated password hashes
Installation
- Run
bundle exec rake plugin:install repo=http://github.com/discoursehosting/discourse-migratepassword
in your discourse directory - Restart Discourse
Usage
- Store your alternative password hashes in a custom field named
import_pass
user = User.find_by(username: 'user')
user.custom_fields['import_pass'] = '5f4dcc3b5aa765d61d8327deb882cf99'
user.save
License
GPL v2