Forums / Developer / Logout page doesn't obey design

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

Logout page doesn't obey design

Author Message

Peter Bailey

Monday 07 April 2003 10:51:45 am

I have a design setup and it's all working as expected EXCEPT when I logout. Instead of my design, I get the admin design. Logging in from this same screen logs me in ok and I get my design again.

I think it has something to do with the fact that "user" is in the URL, and somehow messes up my siteaccess stuff.

What is the purpose of the "user" design that came with RC1? Is it any different from the "admin", or do I only need to hold onto the "admin" and can I delete "user" w/o any adverse effects?

Bård Farstad

Friday 11 April 2003 7:08:25 am

This is probably because you have set
RequireUserLogin=true
in site.ini

If you want to change the design for this you can do so by creating a template for loginpagelayout.tpl

Hope this helps,

--bård

Documentation: http://ez.no/doc

Peter Bailey

Thursday 17 April 2003 7:49:18 am

thanks Bård.