Hi there,
I work with DNN for a while but I'm wondering what's the best way to implement a very simple and common scenario.
I want a page, let's say "Downloads", to be visible for all users in the menu and when the user click on this page :
- If the user is not logged in, I want to display the login page to force the user to be registered and logged in order to access this page.
- If the user is logged in, of course the page displays properly.
The only way I could come up with is to use module's permissions and to hide/show the page's modules and the login module according to the user's role.
Can I do this with page permissions and 'redirects' to the login page if the user is not logged in ?
I really would like to use a page's permissions level, plus this feels more natural rather than using module's permissions.
Best Regards,
Stéphane.