Forums / Developer / Logout page doesn't obey design
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=truein 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
Thursday 17 April 2003 7:49:18 am
thanks Bård.