Go to file
discoursehosting 0537834c93 Merge pull request #2 from Der-Jan/master
Added wbblite doublesalted
2015-12-22 16:17:48 +01:00
LICENSE Initial commit 2014-09-07 22:02:32 +02:00
README.md Update README.md 2014-09-07 22:13:39 +02:00
plugin.rb Added wbblite doublesalted 2015-12-19 12:39:15 +00:00

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