Unuseable tab panels in user profile: Difference between revisions
From Joomla! Documentation
Created page with "Websites without two factor authentication, updating to Joomla 3.9.22 results in a broken backend user profile edit page. ==Versions affected== {{tip|This pertains only to Jo..." |
No edit summary |
||
Line 9: | Line 9: | ||
==How to fix== | ==How to fix== | ||
Update to Joomla 3.9.23. In the meantime you can apply the code change [https://github.com/joomla/joomla-cms/pull/31002/files here] to the ''administrator/components/com_admin/views/profile/tmpl/edit.php'' file | Update to Joomla 3.9.23. | ||
In the meantime activate [https://docs.joomla.org/J3.x:Two_Factor_Authentication Two Factor Authentication] or you can apply the code change [https://github.com/joomla/joomla-cms/pull/31002/files here] to the ''administrator/components/com_admin/views/profile/tmpl/edit.php'' file. | |||
__NOTOC__ | __NOTOC__ |
Latest revision as of 19:01, 8 October 2020
Websites without two factor authentication, updating to Joomla 3.9.22 results in a broken backend user profile edit page.
Versions affected
General Information
This pertains only to Joomla! version(s): 3.9.22
What is the cause
An issue was missed whilst testing the new two factor configuration for user profiles in the backend make the view unusable if no 2fa plugin is active.
How to fix
Update to Joomla 3.9.23. In the meantime activate Two Factor Authentication or you can apply the code change here to the administrator/components/com_admin/views/profile/tmpl/edit.php file.