My website doesn’t need the user login functionality. Only some users need to post new nodes.
How do I remove the user registration and the login forms in Drupal?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
While it’s technically possible to remove the login functionality, you shouldn’t, because then your administrator could never log onto the site.
In order to remove the register functionality, you simply need to browse to
admin/user/settings(for Drupal 6) oradmin/config/people/accounts(for Drupal 7) and select the the “Only site administrators can create new user accounts” option.