How to fix a simple redirection.

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
You may seem when you disconnect from your client and it redirects to the following:

account/disconnected?reason=logout&origin=%origin%

Simply find that line above, and go in your external_variables.txt and change the links shown to:
Code:
logout.concurrent.url=${url.prefix}/disconnected
logout.disconnect.url=${url.prefix}/me
logout.disconnect.url=${url.prefix}/me
logout.url=${url.prefix}/me
Feel free to edit this however you see fit.
Hope this helps people.
 
Last edited:

Users who are viewing this thread

Top