I'm currently setting up a mobile site using jquerymobile. However I need users to login and check against username/password from Drupal. I can access the MySql drupal tables, but how to check the password ?

Thanks,
Marco

Comments

Are you aware you can use a

Are you aware you can use a module like Juery Mobile and other tools to deliver the mobile site using Drupal?

Yes, but the module does not

Yes, but the module does not allow latest versions of jquery and jquery mobile. I also want to run the mobile independently from the web site. As said I just need to check the user login against the global environment.
Marco

Solution

I used the password.inc from Drupal Core to check if Userpassword is ok.
Marco