I have this requirement where the user needs to login to drupal without a password. Here is the scenario. The user enters values in a registation form userid....etc. and it should log the user. Next time, user logs in, he will just the enter the userid, and it should log the user in.

Is there any such module already available. I have looked at LoginToboggan module. It logs the user in just after registration without password only once.

Comments

aidanlis’s picture

Status: Active » Closed (fixed)

It sounds like you want to replace the entire drupal login system with a login token approach. That is outside of the scope of this module, sorry.