[Seaside] Seaside : Confirmation email of an inscription

Sean Allen sean at monkeysnatchbanana.com
Thu Oct 28 14:16:35 UTC 2010


Sebastian is saying that you can use the initialRequest handler that gets
run when you first hit and application
and an existing session doesn't exist to grab the information needed to
confirm a user.

I would provide a separate interface using PM's Restful code to create a
simple web service to confirm people thereby keeping
your one off code out of your main application as you might want to use
initialRequest to something in the application proper
rather than just doing validation of their account.

On Thu, Oct 28, 2010 at 9:33 AM, Sothy Chau <cybranlord at gmail.com> wrote:

> can you reexplain plz i don't understand what you wrote
>
> 2010/10/28 Sebastian Sastre <sebastian at flowingconcept.com>
>
> with the domain of the app and setting in a parameter some kind of id that
>> you can receive later in the #initialRequest: of the app (and make it to
>> react properly)
>>
>> sebastian <http://twitter.com/sebastianconcpt>
>>
>>
>> On Oct 28, 2010, at 10:32 AM, Sothy Chau wrote:
>>
>> Hello,
>> Here my problem : I have developped a WebSite with Seaside and I can
>> register users on it.
>> I can also log in this site. But an user can only log when he is confimed.
>> To confirm, he must click on
>> a link in the sended Email.
>>
>> My problem is : how to make this link ?
>>
>> I have also a boolean which say that the user is confirmed or not.
>>
>> Please. Help me.
>> _______________________________________________
>> seaside mailing list
>> seaside at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>>
>>
>>
>> _______________________________________________
>> seaside mailing list
>> seaside at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>>
>>
>
>
> --
> Sothy Chau
> 4th year Master in Civil Engineering
> Technology of Information Specialisation
> Multimedia Section
> Applied Sciences Faculty.
> ULB
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20101028/4f444481/attachment.htm


More information about the seaside mailing list