Skip to Content Skip to Menu

Login redirect url

  • tdiethe
  • tdiethe
  • OFFLINE
  • Posts: 4
  • Thanks: 0
  • Karma: 0
11 years 9 months ago - 11 years 9 months ago #218513 by tdiethe
Login redirect url was created by tdiethe
Something strange seems to be happening. I have the login redirect url set to:

index.php?option=com_osemsc&view=membership

But after logging in, the user is redirected to:
Code:
http://mysite/%05%A1%D1%D1%C0%E8%BC%BD%CD%DD%A5%B5%99%BD%C9%D1%C9%A4%B9%8D%BC%B9%D5%AC%BD%A5%B9%91%95%E0%B9%C1%A1%C0%FD%BD%C1%D1%A5%BD%B8%F5%8D%BD%B5%7D%BD%CD%95%B5%CD%8C%99%85%B5%C0%ED%D9%A5%95%DC%F5%B5%95%B5%89%95%C9%CD%A1%A5%C0

which of course is a 404 error. If I set the login redirect url to nothing, the user is redirected to:
Code:
http://mysite/%05%A1%D1%D1%C0%E8%BC%BD%CD%DD%A5%B5%99%BD%C9%D1%C9%A4%B9%8D%BC%B9%D5%AC

I'm using Joomla 1.5.11 with CB 1.9 (Community builder Login Module 1.2 RC 3)

Any one come across anything like this? Is it a bug?
Last edit: 11 years 9 months ago by tdiethe.

Please Log in or Create an account to join the conversation.

  • nant
  • nant
  • OFFLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
11 years 9 months ago #218554 by nant
Replied by nant on topic Re: Login redirect url
The link you have posed looks related to OSE memberhsip component.

No CB bug here imo.

Please Log in or Create an account to join the conversation.

  • tdiethe
  • tdiethe
  • OFFLINE
  • Posts: 4
  • Thanks: 0
  • Karma: 0
11 years 6 months ago #223915 by tdiethe
Replied by tdiethe on topic Re: Login redirect url
But how come if I set the field to blank it still redirects to a garbled link?

Please Log in or Create an account to join the conversation.

  • tdiethe
  • tdiethe
  • OFFLINE
  • Posts: 4
  • Thanks: 0
  • Karma: 0
11 years 6 months ago #223916 by tdiethe
Replied by tdiethe on topic Re: Login redirect url
When I look at the page source I see:

<input type="hidden" name="return" value="B:aHR0cDovL3N3aW1mb3J0cmkuY28udWsvaW5kZXgucGhwP29wdGlvbj1jb21fb3NlbXNjJmFtcDt2aWV3PW1lbWJlcnNoaXAmYW1wO0l0ZW1pZD0xNzA=" />

which when I strip off the B: and base64 decode it, looks right.

It looks like the actual redirect is happening on line 2551:

cbRedirect( cbSef( $return, false ), ( count( $alertmessages ) > 0 ? stripslashes( implode( '\n', $alertmessages ) ) : '' ) );

Even if I hard wire this:

cbRedirect( "index.php?option=com_osemsc&view=membership&Itemid=170");

I still get the same issue

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum