I have a page 'account' where I want users to be able to edit their profile.
But how do I disable the page for users who are not logged in? Maybe with: !is_user_logged_in ?
They should not be able to access the page. Maybe get redirected to login page.