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:

Example of Drupal Login Block

How To Disable / Hide / Remove Drupal Login.

1. Login to your site.

2. Go to Administer ->> Site Building ->> Block.

administrator -> site building -> block

3. Find the User Login and set the user login to disable by select <none> on the region drop down box.

disable User login

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


4 comments

12
Sep

Can't Log In

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!

12
Sep

Cant Log In

Reply to my own msg.. i can get it now.. i typed the user name wrong. sry abt that :P
17
Jun

Here is another idea for you :)

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)

14
Sep

openpublic Drupal 7- How to disable the login link on the home p

openpublic Drupal 7- How to disable the login link on the home page.

Thanks in advance
Rev