Drupal Technical
[Drupal] How to access Drupal admin panel on disabling login block
This is a common question among Drupal beginners, when do not want the login block to display in our site. In most of these cases the login block would be turned off in the administration. We can get access to the login screen simply through the following URL.
http://sitename.com/?q=user
or on enabling clean URL,
http://sitename.com/user
In the same way if you can't access the logout link and need to logout, you can use the following URL.
http://sitename.com/?q=user/logout
on enabling clean URL,
http://sitename.com/logout