I have a form created in Dreamweaver/MySQL and would like to give access to it, but only to logged in users. Is there a way to do it?

As a general question, is it possible to use Drupal to control access to content not created in Drupal?

Thank

Paul

Comments

Samatva’s picture

Drupal login information is stored in a session variable (in MySQL(?)), so specific authentication information is not avaialbe except by pulling the info out of the session.

Learning to make simple modules is not too tough - see the tutorial: http://drupal.org/node/17914

quinzebilles’s picture

I have the same question. Do you have already a solution for your problem?

paul o brien’s picture

haven't had the time or courage to try Samatva's suggestion.

Paul