I need to create a login form that accepts a username and password and, if both are correct, allows access to another page. Have not been able to find a solution but wonder why since this must be a common function?
Thanks for any hints.

Comments

ray_223’s picture

Normally you'd make a new role and assign the user that role (only give access to this "kind of content" based on that role).
There are many many addon modules to enhance the base Drupal permission system to consider as well.

This may not be what you are after though?

Ray Smith
http://RaymondSmith.com

TasPeter’s picture

Thanks Ray. Perhaps I will have a look at the addon modules first and play around a bit. I just want to have a 'clean' login page without too much overhead from the role/ user approach.

Peter