aliveli Opublikowano 28 Listopada 2017 Opublikowano 28 Listopada 2017 How can I redirect user to a custom PHP page after login? There are parameters like redirectTo but not working as expected. I have a custom PHP page. I'm checking user session and redirecting to login page. But after login I want user to be redirected to my custom page (Because they are coming from there)
Manager DawPi Opublikowano 28 Listopada 2017 Manager Opublikowano 28 Listopada 2017 Hello, check this: system/Login/Login.php /** * @brief Force a URL to send to post-login * @note Useful when you need to redirect the user to another URL that is not local to this installation */ public static $forcedRedirectUrl = NULL; /** * Fetch the URL to redirect to * * @return \IPS\Http\Url */ public static function getDestination() { /* Try and get a referrer... */ try { /* Are we forcing the user to be sent to a specific URL? */ if( static::$forcedRedirectUrl !== NULL ) { return static::$forcedRedirectUrl; } If you're dev you should know what to do. intermedia - profesjonalne rozwiązania Invision Power Board --- Chcesz uzyskać szybko i sprawnie pomoc? Uzupełnij wersję i adres w profilu.
Rekomendowane odpowiedzi
Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto
Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.
Zarejestruj nowe konto
Załóż nowe konto. To bardzo proste!
Zarejestruj sięZaloguj się
Posiadasz już konto? Zaloguj się poniżej.
Zaloguj się