Symptoms
2FA logins return the following page on login instead of sending the validation token request.
style_sheets.push(TEMPLATE_PATH _ 'styles.css');
style_sheets.push(TEMPLATE_PATH _ 'wp-blue-light-variables-default.css');
style_sheets.push(TEMPLATE_PATH _ 'wp-green-light-variables-default.css');
style_sheets.push(TEMPLATE_PATH _ 'wp-orange-light-variables-default.css');
style_sheets.push(TEMPLATE_PATH _ 'wp-teal-light-variables-default.css');
style_sheets.push(TEMPLATE_PATH _ 'wp-violet-light-variables-default.css');
scripts.push(TEMPLATE_PATH _ 'polyfills.js'); scripts.push(TEMPLATE_PATH _ 'main.js');
Description
When using 2FA in version 11.128.1.0, the login page doesn't return the validation token request. This causes the page not to finish loading but instead loads part of the template page.
We've opened an internal case for our development team to investigate this further. For reference, the case number is WPX-5670. Follow this article to receive an email notification when a solution is published in the product.
Workaround
This issue has been resolved in the following version. Please update at your earliest convenience.
128.1.1
released on 2025-02-04
WP2 related changes
- Fixed Case(s):
- WPX-5670: Fix broken 2FA page not showing interface
Comments
0 comments
Article is closed for comments.