Yeah, that's what I was thinking - generate an encrypted login/password that becomes part of the URL sent to the user. Set that particular login to expire in a week (so as not to have forwardable logins being passed around each user's friends and remote acquaintances and their friends...).
<br><br>Has anyone done such a thing?<br><br><div><span class="gmail_quote">On 4/30/07, <b class="gmail_sendername">Zohar Stolar</b> &lt;<a href="mailto:z.stolar@gmail.com">z.stolar@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
If&nbsp;&nbsp;you can change the url sent to the users, to contain the encrypted<br>login information, then you could send them not directly to the content,<br>but to another page, which will process the request.<br>Say, for example, the content is at node/67, you could send them first
<br>to /autologin/node/67, where you&#39;ll check the credentials, and pass the<br>user on to node/67, without him/her having to do anything.<br><br><br>Ari Davidow wrote:<br><br>&gt; We have several password-protected Drupal installations for use by
<br>&gt; various groups connected to our organization. We have been using the<br>&gt; Notification module to let folks know when something new has been<br>&gt; posted. In actual practice, these sites are used so seldom that what
<br>&gt; happens is that people receive the notification, can&#39;t remember how to<br>&gt; log in, and end up ignoring the notice (and the content) rather than<br>&gt; ask for help logging in (again).<br>&gt;<br>&gt; We think that one solution might be to send out the notifications such
<br>&gt; that they include the login/password info encrypted, so that clicking<br>&gt; on the link takes someone into the website, already logged in. The<br>&gt; encrypted info would probably want to expire, say, within a week.
<br>&gt;<br>&gt; This doesn&#39;t seem possible with the Notification module. Is there<br>&gt; something else that provides a similar service that we might use (some<br>&gt; comments on the Drupal forms suggested that og also sends
<br>&gt; notifications, but it isn&#39;t clear if we can ease people&#39;s way to<br>&gt; getting into the site).<br>&gt;<br>&gt; Ideas?<br>&gt;<br>--<br>[ Drupal support list | <a href="http://lists.drupal.org/">http://lists.drupal.org/
</a> ]<br></blockquote></div><br>