[TYPO3-english] FE auto login from email
Jeppe Donslund
jd at webmasters.dk
Wed Nov 11 09:12:51 CET 2009
Søren Malling skrev:
> 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
>>
>
>
>
Hi,
I found another solutions so that the user should login manually.
But I think this extensiuon should be developed anyway.
Regards
Jeppe D.
More information about the TYPO3-english
mailing list