Forums / Setup & design / Problem while loging in admin interface throw user login

"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".

Problem while loging in admin interface throw user login

Author Message

Danilo Shiga

Friday 28 March 2008 12:53:58 pm

My problem is, when I want to login throw login interface in the public area of the website I just got redirected to the home page, still logged out, while if I don't choose to login in the Administration Interface, the login goes fine, so do happens if I go directly to the admin page and try to login throw there...

Therefore, looks like something goes wrong when I check the option "Log in to the Exponential Administration Interface" in the login page

I haven't overrided the template related with the login

Any help could help
Thanks

André R.

Saturday 29 March 2008 3:15:48 am

If you take a look in the user/login.tpl file, you'll see that the url value is taken from ini file ( {ezini( 'SiteSettings', 'AdditionalLoginFormActionURL' )} ). So look for that value in your site.ini file in you siteaccess~: settings/siteaccess/<your_site(s)>/site.ini.append.php

user/login.tpl:
http://svn.ez.no/svn/extensions/ezwebin/trunk/packages/ezwebin_extension/ezextension/ezwebin/design/ezwebin/templates/user/login.tpl

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

Danilo Shiga

Sunday 30 March 2008 10:00:25 pm

it's pointing to the login page in the admin siteacess, I changed it in some ways but this don't worked out...