Page 1 of 1

Set Logout redirect page in Script Users Register, Login

Posted: 05 Oct 2016, 16:21
by jaypzzle
Pleas I would like to know how I can set where the logout redirects to?

Set Logout redirect page in Script Users Register, Login

Posted: 05 Oct 2016, 18:12
by Admin
Hello,
In the class.Users.php file it is the logOut() function (line 324) that is accessed when logout request.
The redirect is made with html <meta> tag, added in that function:

Code: Select all

<meta http-equiv="Refresh" content="1;url=/">