While working a Drupal project I faced a situation in which I could not access the login page. But I needed admin access to proceed with my task, so I had to look for a work-around and found that the login page could be accessed my manipulating the URL and adding the username.
www.mywebsite.com/user or www.mywebsite.com/?q=user
Using the above URL you can access the login page of the user..