Hello I have a Drupal 7 site. I want users to login without using the drupal form. I will silently send username and password credentials from another site and when users click the link to my drupal site they will be already logged in. So how to communicate with drupal login and send the details of the user from another site or maybe a browser plugin or a PC application etc.
- Do you want to create unique usernames for all those who follow link to your drupal or just use one User say Guest for all ? If its the former case then you will end up with lot of data in user s table.GoodSp33d– GoodSp33d2012-03-09 05:44:56 +00:00Commented Mar 9, 2012 at 5:44
- Does the other site use Drupal too?avpaderno– avpaderno ♦2012-04-08 09:53:09 +00:00Commented Apr 8, 2012 at 9:53
Add a comment |
1 Answer
This is a fairly complicated thing to do, but the "go to" module for handling integration with third-party sites is the services module.