How would I add a page with the same Layout and css but accessible for everybody (for example an index page), which could be showed before Login?
thx. Sebastian
Im not using the admin_plugin but can't you just use
//In your controller
var $protected_actions = 'index,show,edit,delete';
Only the declared actions should now be 'protected'.
The general issue under the heading of this post has now been addressed in the Wiki.
1 to 4 of 4