By jasonbunnell on
If you were to get rid of the Navigation and User Login blocks, how would one login or log out? I would like to have a site that people don't feel they need to create an account and the only navigation they would use would be the menu. But I still want the Admin to be able to log in to use the administration pages. Any ideas?
Jason
ideabastard.com
Comments
The admin can log in from
The admin can log in from /user. Other users can do that as well.
In case you get locked out
I'm posting this long after the fact but this might be helpful to someone.
For testing, I created an authenticated user and attempted to go back to my User-1 account with "mysite/user" to get the login block. This didn't work as I was still logged in as the authenticated user but couldn't log out (no "logout" link).
So I deleted my cookies which provided the login block again.