Actions
Patch #33929
closedEncrypt / decrypt TOTP secret keys with `rake db:encrypt` / `rake db:decrypt`
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Secret keys for two-factor authentication stored in User#twofa_totp_key
are encrypted if database_cipher_key
is set in config/configuration.yml
. So, rake db:encrypt
and rake db:decrypt
should also support User#twofa_totp_key
.
Files
Related issues
Updated by Go MAEDA over 4 years ago
- Related to Feature #1237: Add support for two-factor authentication added
Actions