I tried to restrict the Login box to a single page and after I logged out, the login box doesn't appear anywhere. How do I log back in?

Comments

sami_k’s picture

siteurl/user/login
--
Please read the handbook, search the forums, then ask...
http://drupal.etopian.net (Modules and Drupal Services)

DriesK’s picture

or siteurl/?q=user/login if you don't have clean urls enabled. (and the /login part isn't even necessary)

voytechs’s picture

I have searched and found the same URL and after I tried it:

http://jnetflow.sf.net/user/login and all I get is an Error 500

Error notes: mod_rewrite: maximum number of internal redirects reached. Assuming configuration error. Use \'RewriteOptions MaxRedirects\' to increase the limit if neccessary.

What I did to get into this trouble was, under admin/blocks/User Login/Configure and selected the "Show on only the listed pages" radio button and then put in for pages "Note/10" which is the node ID of the page I wanted the login box to appear.

I tried same url on my other drupal server (one I can login normally) and I get "The requested URL /usr/login was not found on this server.".

I'm runnig Drupal 4.6.3

voytechs’s picture

Thanks DriesK, that was the problem. I was missing the ?q= part.

Tricky....