Drupal: How To Remove the Login Block From Public View
For Drupal-powered websites that do not allow the public to log in to the website, you will probably want to hide the log in block.
To do this, you need to know two things: how to hide the block (very easy, and fairly obvious), and how to log in when there is not login block (easy, if you know how).
Hiding the Login Block
The following instructions are for Drupal version 5. Version 4.7 is a little different, but this procedure should still help you.
- Navigate to the Administer page.
- Click blocks (in the Site Building section).
- Locate the user login block.
- Select <none> in the region menu.
- Click the Save blocks button.
This removes the login block.
Logging In With No Login Block
Now that the login block is gone, how do you log in?
www.yoursite.com/user
Comments
No comments:
There are no comments for this post so far.
Post a comment