Replies: 1 comment
-
|
@Jimmi08 well not sure if mine is an answer.... login was always (afaik) menu based (eg area based). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is a working solution for long-term issue for the login page - standalone page or not.
This problem was reported here:
#1466
and fixed with possibility to override this in theme.php
This is not supported in newest themes because changes in THEME_LAYOUT and e_PAGE.
There is the newer feature request for this from 2023 without no reaction
#5076
So I have no idea if this is planned or not.
This is a working solution for me:
New key in login template:
$LOGIN_TEMPLATE['page']['noiframe'] = true;Simple test in login.php
Without this key, it works like before, with this key, your theme decides what is look of login page.
For all those years I have never got an answer why this change was implemented to new version.
Beta Was this translation helpful? Give feedback.
All reactions