Redmine plugin that provides Out of Band authentication by email.
- Check the
Enable out of band authentication
checkbox on theAdministrator > Users > username
orMy account page
.- Will send a
verification code
to the default notification email address from the next login.
- Will send a
- If you want to encrypt the
verification code
, registerdatabase_cipher_key
inyour_redmine_path/config/configuration.yml
.- If you are already registering SCM or LDAP password, please carefully read the notes in
your_redmine_path/config/configuration.yml
, such as by runningrake db:encrypt RAILS_ENV=production
.
- If you are already registering SCM or LDAP password, please carefully read the notes in
Out of Band Authentication
My account
Verification code
- git clone or copy an unarchived plugin to plugins/redmine_out_of_band_auth on your Redmine path.
$ cd your_redmine_path
$ bundle install
$ bundle exec rake redmine:plugins:migrate NAME=redmine_out_of_band_auth RAILS_ENV=production
- web service restart
$ cd your_redmine_path
$ bundle exec rake redmine:plugins:migrate NAME=redmine_out_of_band_auth RAILS_ENV=production VERSION=0
- remove plugins/redmine_out_of_band_auth
- web service restart