How to redirect student to another domain after logout?

Hi All,

I am new to Tutor i am able to configured all the things like platform and other things but i am struck at logout url management. I wanted to use custom theme i will point my user to my home page like example.com and my lms url will be lms.example.com i wanted to route user after logout to example.com

After the student logout, student will be redirected to home page.

How to set this?
Please help me.

You can modify file logout.py localted at
“edx-platform/openedx/core/djangoapps/user_authn/views/logout.py”
Change default_target to required url you want to be redirected to in class LogoutView.
Thanks.

Hi @Chintansanganis,
Thanks alot bro.