I want to have a simple login form for drupal on my other (non drupal) website. (on another server)
Is it possible to make drupal fetch the $_POST og $_GET variables i send to it and then login the user?
Or is it another way to do this?

Comments

rogerpfaff’s picture

to get the login status from your non drupal site you could use a simple php script that returns a defined text value if the user is logged in. A little bit more complex as you will need to implement the query to this file somewhere in the drupal user login process.