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
At present, e107 always sends the user to the home page after logging out. (even from the admin area)
This is not always a desired outcome for the developer.
Proposed Solution
Allow the developer to set the URL for after logout using the existing method:
e107::getRedirect()->setPreviousUrl()
To date, this has only been utilized for setting the URL for after login, as found in login.php:
Motivation
At present, e107 always sends the user to the home page after logging out. (even from the admin area)
This is not always a desired outcome for the developer.
Proposed Solution
Allow the developer to set the URL for after logout using the existing method:
To date, this has only been utilized for setting the URL for after login, as found in login.php:
The text was updated successfully, but these errors were encountered: