[Seaside] Seaside : Confirmation email of an inscription

Sothy Chau cybranlord at gmail.com
Thu Oct 28 15:14:14 UTC 2010


Once again I don't understand your solution.
I will reexplain my problem : I have an user who can register on my WebSite.
Once the registration is done,
he will receive an Email to confirm his registration. In the user class I
have a boolean value to indicate if the user
have confirmed his registration or not. I want in the sended Email a link
(an URL to the site). When these link is clicked,
the boolean value will be set to true.

I want just to know how to make this link.

2010/10/28 Sean Allen <sean at monkeysnatchbanana.com>

> 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
>>
>>
>
> _______________________________________________
> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20101028/fa37d114/attachment-0001.htm


More information about the seaside mailing list