I went to admin >Blocks and disabled User login, and when I logout I still get the login box. Help!

Edit: I have a login link to login and want to get rid of login box

Comments

Chris Einkauf’s picture

Did you try clearing all your cache? (In "Performance")

cgrim29588’s picture

Yes I did, but the login box is still there.

dddave’s picture

Are you using it?

If so it is the default behaviour of secure site to get you back to the login after loggin out.

GreenSpiderDesign’s picture

Behavior of secure site? I've not heard of that one... I always thought you just navigated to www.sitename.com/user

dddave’s picture

Secure Site can be used to controll acces to your site. It is especially useful during development to prevent robots or any other visitors from seeing anything when you develop on a live server.

It protects the site from beeing viewed by unauthorized users and therefore you cannot simply log out because then the site would be visited by an anon user (-> you). After logging out you immediately get prompted to the secure site login screen.

Of course you can always navigate to /user to log in.

Chris Einkauf’s picture

What if you enabled the login block, but only for a specific page that doesn't exist (i.e. in the settings for the login block, enable it only for something like node/239827346228)

cgrim29588’s picture

dddave -Yes I am but I want to be the only one to login

I got it to work I had to clear my browser cache.