Problem/Motivation
This is a follow-up to #2928722: Move the GA Validation plugins from the tfa module to ga_login module.
In that issue, two plugins were move to this module from the TFA module. When the plugins were moved, they kept their plugin IDs, "tfa_hotp" and "tfa_totp". The prefix "tfa" should be replaced by "ga_login".
Proposed resolution
Change the plugin IDs, update related config entities, and provide an update hook.
Remaining tasks
- Change the plugin IDs
- Update related config entities
- Provide an update hook.
User interface changes
None
API changes
None
Data model changes
Some config entities provided by this module and the TFA module would have to be updated.
| Comment | File | Size | Author |
|---|---|---|---|
| #15 | 2932976-15.patch | 1.54 KB | jcnventura |
| #10 | 2932976-10.patch | 9.59 KB | jcnventura |
| #10 | interdiff_9_10.txt | 2.67 KB | jcnventura |
Comments
Comment #2
jeroentThe patch attached, updates the plugin ID's, config entities and there is an update hook provided.
Comment #3
jeroentRemoved some debugging code + comment fix.
Comment #6
jeroentComment #8
jeroentRenamed the ga_login_recovery_code_setup back to tfa_login_recovery_setup.
Comment #9
jcnventuraRe-rolling.
Comment #10
jcnventurahook must be 8002 now, and keep the configuration for all non ga_login tfa plugins.
Comment #13
jcnventuraComment #14
jcnventuraNeeds a further update hook to fix the plugins in users_data.
Comment #15
jcnventuraComment #17
jcnventura