By trailerparkopera on
I have two user scenarios where I need to generate login URLs that allow select users to login to their account, bypassing the user/login screens.
Where would I look for how the current first time user login hash gets created? How would you suggest this be altered to allow a user to click on a url (or bookmark in their browser) and get logged in automatically?
Note: I don't want this to work for all my users, only a couple "special" cases.
Comments
Anyone knows how?
I admit this is a rather old post, but the question doesn't seem to have been answered so I'm "bumping" it. I too would like to know how to create a URL that can "autologin" visitors to a particular account on a Drupal site.
Thank you.
Very similar requirement
I need to be able to send out email to users with a link they can click on that will log them in directly and take them to a particular page.
This is a common requirement in business where you need to collect information from users without making them go through the hassle of logging in.
Did you ever get any responses to your request?