Matthias Schlomann wrote:
The Problem is, if you have all pages only availible for authenticated users, those users will get those Errors after they logoff and still stay on the same page, about they have no Access and are annonymous users after logoff. So you have to Redirect after logoff to a page that unauthenticated users can Access.
Hi Matthias, I'll try to respond to the last two posts...
Sorry the issue is unclear - I'll try to clarify by first describing settings that I'm using:
HOME is the typical DNN "home" page - but I want it to be private so it can only be "viewed" after someone logs in and is authenticated. LOGIN is only viewed by "Unauthenticated Users". The LOGIN page has an HTML module and Account Login module on it. HOME is only viewable by various authenticated roles.
Admin/Site-Settings > Advanced Settings tab > Page Management
Home Page: HOME
Login Page: LOGIN
Admin/Site-Settings > User Account Settings > Login Settings
Redirect after Login: HOME
Redirect after Logout: LOGIN
So... when some-one logs out - DNN should redirect to the LOGIN page - which is the only page viewable by "unauthenticated users". Instead, I get "Critical error" I described at the top of this post. So DNN is somehow unable to display the LOGIN page.... it substititues the "default Login Page instead. When I login using this, of course it then redirects me to the HOME as it should.
Unless I misunderstand the meaning and logic of the settings, it all seems pretty straight ahead to me... its just not working.