hide DRUPAL login from front page of DRUPAL site.
Hide the DRUPAL login or Remove DRUPAL login from the from page.
The DRUPAL login (as shown on below figure) can be hide or remove from the front page of your site by disable the longin block. You can access or you can login to you site by adding 'user' on the end of your url link.
example:
www.your_domain_name.com/?q=user or if the site using clean Url www.your_domain_name.com/user
Drupal Login Example:

How To Disable / Hide / Remove Drupal Login.
1. Login to your site.
2. Go to Administer ->> Site Building ->> Block.

3. Find the User Login and set the user login to disable by select <none> on the region drop down box.
![]()
4. That its... you done.
REMEMBER if you LOST your DRUPAL site login block... you can always log in back using default login page at:.
 www.your_domain_name.com/?q=user or www.your_domain_name.com/?q=user
Tags:
- drupal's blog
- 70349 reads

4 comments
Can't Log In
Submitted by piliot on Fri, 2008/09/12 - 17:04.Hi!
I followed the steps and managed to remove it from the front page. However when i try to login using www.my_domain_name.com/user it showed me a message "ACCESS DENIED" that im not authorized to view the page. What should i do? Pls Help!
Cant Log In
Submitted by piliot on Fri, 2008/09/12 - 17:11.Here is another idea for you :)
Submitted by mitridiy on Thu, 2010/06/17 - 18:46.Since "/user" is kinda difficult to remamber if you don't use Drupal a lot, so you can make a redirect with “.htaccess from /login to /user.” in my opinion it is Easier for clients to remember. Also they can put it to their bookmarks toolbar and make it even more easier to manage ;) like for example “Redirect 301 /login http://testexample.com/user”
-----------------------------
"What is wanted is not the will to believe, but the will to find out, which is the exact opposite."-- Bertrand Russell, Skeptical Essays (1928)
openpublic Drupal 7- How to disable the login link on the home p
Submitted by Revathi (not verified) on Wed, 2011/09/14 - 01:47.openpublic Drupal 7- How to disable the login link on the home page.
Thanks in advance
Rev