Plugins Directory » Redmine Out of Band Auth (2 factor authentication, 2FA)
|
Author: | Minoru Maeda |
---|---|---|
Website: | https://github.com/matsukei/redmine_out_of_band_auth | |
Code repository: | https://github.com/matsukei/redmine_out_of_band_auth.git | |
Registered on: | 2017-06-14 (over 7 years ago) | |
Current version: | 1.0.0 | |
Compatible with: | Redmine 3.3.x, 3.2.x | |
User ratings: |
Redmine plugin that provides Out of Band authentication by email.
Usage¶
- 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
Screenshot¶
Out of Band Authentication
My account
Verification code
Changelog
1.0.0 (2017-06-14)
Compatible with Redmine 3.3.x, 3.2.x.