e.g., Two-Factor: You are out of backup codes and need to regenerate
The link points to wp-admin/profile.php, so we should update that. We could add a filter upstream so we can make them point to our custom UI.
We should probably also show them on the front-end UI, similar to how we show the notice when they're required to enable 2fa.
e.g.,
Two-Factor: You are out of backup codes and need to regenerateThe link points to
wp-admin/profile.php, so we should update that. We could add a filter upstream so we can make them point to our custom UI.We should probably also show them on the front-end UI, similar to how we show the notice when they're required to enable 2fa.