You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the last version available v1.0.57-alpha. The panel is configured as a sub-domain panel.example.org.
When login out from the Panel through the "logout" button the redirection doesn't work properly. This happens when you have the panel configured to use a sub-domain. As the $_SERVER['HTTP_HOST']
contains the sub-domain and not only the main domain, the panel is open again asking for password.
May be there can be a configuration variable that set the logout redirection address or an option to close the window.
The text was updated successfully, but these errors were encountered:
- Added config parameter ($config['logout_redirect']) to specify the the redirection address when logging out;
- Fixed saving settings, which did not exist in the configuration file.
Fixed#37Fixed#34
Hi,
I'm using the last version available v1.0.57-alpha. The panel is configured as a sub-domain panel.example.org.
When login out from the Panel through the "logout" button the redirection doesn't work properly. This happens when you have the panel configured to use a sub-domain. As the
$_SERVER['HTTP_HOST']
contains the sub-domain and not only the main domain, the panel is open again asking for password.
May be there can be a configuration variable that set the logout redirection address or an option to close the window.
The text was updated successfully, but these errors were encountered: