I have just downloaded Drupal 6.4, I did login and started playing around with it. I changed the Theme from the default one to garland or manelli. Now i cannot login bcoz the username and password section are not available now. How do I solve this problem????

Comments

B4n7o’s picture

In the url of the home page of your site add /user
the menu might not be shown in the blocks ur using
so the url to go to is going to look something like
localhost/mysite/user
or if you not using clean urls
localhost/mysite/?q=user

ndmyso’s picture

Thanks, that was very helpfull!!!