[TYPO3-english] FE auto login from email

Søren Malling soren.malling at gmail.com
Tue Nov 10 21:24:12 CET 2009


Isn't sr_feuser_register doing something close to what Thomas mentions
below? Try search fe_user_register source for

enableAutoLoginOnConfirmation

it might give you something to work with if you plan on making a
custom extension:

http://typo3.org/documentation/document-library/extension-manuals/sr_feuser_register/2.5.24/view/1/4/

Regards,

Søren

On Tue, Nov 10, 2009 at 7:23 PM, Thomas "Thasmo" Deinhamer
<thasmo at gmail.com> wrote:
> An idea would be to create a unique hash/string,
> which gets inserted into a custom database table.
> This record then should also get related to the
> user we are sending the e-mail to.
>
> The link generated will look like this then:
>
> http://my.website.tld/?tx_autologin_pi1[hash]=<generated_hash>
>
> The plugin then looks for the hash in the table -
> if found, the user will get logged in, either by
> implementing the login directly via API, or maybe
> via GET/POST request, sending the username and
> passwort data to a default felogin plugin.
>
> For enhanced security you could also add a valid
> timestamp to the hash-record, on which the autologin-hash
> will expire - so the e-mail link will only by
> valid for X days/weeks.
>
> Maybe it's also possible to implement this whole
> solution inside a hook of the felogin extension.
>
> Greetings,
> Thasmo
>
>
> Oliver Klee schrieb:
>>
>> Oliver Klee schrieb:
>>>
>>> if you need to get an extension for this developed, please let me know -
>>> I'd find this useful as well.
>>
>> ... and could develop such an extension.
>>
>>
>> Oliver
>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>



-- 
Wave me @ wave.google.com on soren.malling at googlewave.com


More information about the TYPO3-english mailing list