For the need of my personnal component, I check user rights to access a given URL. If the user is not connected, I redirect him to the Cb login page with this code : $app->redirect('index.php/cb-login/login');
For the need of my personnal component, I check user rights to access a given URL. If the user is not connected, I redirect him to the Cb login page with this code : $app->redirect('index.php/cb-login/login');
Thanks for your answer. I'm using the latest version of CB : 2.0.8.
I can't user the global plugin parameter, since what I wanna do is loading the Url page where the user was before entering the login page. Or can I ? How ?