Hi,

As I'm putting together a content site, I didn't want to have the log-in block on every screen. I set things up so that the block would only appear when you clicked on a link on the front page that led to the ?=login page.

Unfortunately, it did not work (why I do not know yet)! As a result, I'm unable to login since the login screen block will not come up. And since I can't login, I can't reconfigure the login block!

Thus, is there any specific url I can type in so that I can pull the login screen up?? Or is there some method I can use to release the login block so that it will appear???

Thanks.

Jim

Comments

multiplex’s picture

You can just browse to the user page, and the user login form will be displayed, http://www.somedomain.com/user if you're using clean URLs, http://www.somedomain.com?user otherwise.

About the login block only showing up one page, I think you can just link that login link on your frontpage to the "/user" address as well.

--- MultipleX
www.hambastegimeli.com
Don't click this link if you don't know Farsi!

jimh009’s picture

Thanks MultipleX.

That did the trick! For a minute there, I was very worried that I was going to have to re-install Drupal.

Jim

praseodym’s picture

http://www.somedomain.com/user for clean URLs and http://www.somedomain.com?q=user otherwise, of course.