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
Suggestion: create settings and change function loginpage_hook to send wantsurl as parameter to return in API login URL.
public function loginpage_hook() {
global $SESSION;
if ($this->should_login_redirect()) {
$this->redirect($this->config->ssourl . "?wantsurl=" . $SESSION->wantsurl );
}
return true;
}
Thanks for this plugin!
The text was updated successfully, but these errors were encountered:
@miguelurtado thanks for the suggestion.
Can you please describe the user case you would need this for better understanding?
And please feel free to submit a proper patch.
Suggestion: create settings and change function loginpage_hook to send wantsurl as parameter to return in API login URL.
Thanks for this plugin!
The text was updated successfully, but these errors were encountered: