• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

How can I redirect back to the login page when the customer logs out?

Guest
Mar 06, 2013 Mar 06, 2013

Copy link to clipboard

Copied

I am using {module_logout}, how can I redirect back to the login page when a customer logs out?

Views

638

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Mar 06, 2013 Mar 06, 2013

Thank you for posting.

You can redirect the user to the login page by using a small code of java script. Please refer to the following link http://kb.worldsecuresystems.com/598/bc_598.html#main_Redirecting_to_another_page

Cheers,

Aishvarya Raj Rastogi

Votes

Translate

Translate
Adobe Employee ,
Mar 06, 2013 Mar 06, 2013

Copy link to clipboard

Copied

Thank you for posting.

You can redirect the user to the login page by using a small code of java script. Please refer to the following link http://kb.worldsecuresystems.com/598/bc_598.html#main_Redirecting_to_another_page

Cheers,

Aishvarya Raj Rastogi

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Mar 06, 2013 Mar 06, 2013

Copy link to clipboard

Copied

Thank you for the reply.

I should have mentioned I have very little knowledge of javascript! I will have a play around and see if I can figure it out.

Thanks for your help,

Dean

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Apr 22, 2014 Apr 22, 2014

Copy link to clipboard

Copied

LATEST

This worked for me.  I am using the URL and redirecting to the login page.l

<a href="/logoutProcess.aspx?PageID=/manage/membership-application" class="clearfix">Logout</a>

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines