- Issue created by @cmlara
When you initially setup a user and go through each token the tfa_user_settings table is updated with each plugin, however if you skip and finish (say skipping recovery codes) and later return to enable the plugin it will be configured, but will not update tfa_user_settings.
This causes problems for the work being done on migrations in π¬ Migration from Drupal 7 to Drupal 9 Active
Enable the TOTP, Trusted Browser, and Recovery Code plugins
Createa a new user, and configure all 3 token types.
Create another new user. Setup TFA starting with TOTP, be prompted for Trusted browser (save and continue) and when recovery codes is reached skip and cancel.
Review the tfa_user_settings table and see that first user has all plugins and the second user does not have the recovery codes plugin listed.
Ensure that the table is updated in the future, and update the record for missing users.
None expected.
None expected.
The format will remain the same, however there will be the correct plugins listed.
Active
1.2
Code