Forums / Developer / disable redirect after login for one page

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

disable redirect after login for one page

Author Message

Alexandr Pilyavskiy

Monday 17 May 2010 4:04:14 am

how can i disable redirect after login if user login from "special" page ?

Geoff Bentley

Tuesday 18 May 2010 2:55:38 pm

Hi Alexandr, What version of Exponential are you using? Is the login form embedded in the "special" page?

Geoff Bentley

Tuesday 18 May 2010 5:03:37 pm

You will probably need to edit your user/login.tpl template and check the uri_string in the module result to see if it matches your node id, then change the hidden RedirectURI field accordingly.

Let me know if this doesn't make sense.

Alexandr Pilyavskiy

Tuesday 18 May 2010 9:32:14 pm

problem solved with javascript. This was custom page from extension and no any variables was aviable from there. But thanks for reply, i'm noobie in Exponential and i think there is a solution on Exponential. )