[Seaside] Re: Registration e-mail verification

Paolo Bonzini bonzini at gnu.org
Sat Mar 22 09:47:26 UTC 2008


> Extracted from code used in industry:
> 
> 	| account |
> 	account := self collectAccountInformation.
> 	Continuation currentDo: [ :cc |
> 		self sendOutMailWithUrl: (self session actionUrlForContinuation: cc)
> 		^ self displayInstructionToCheckMail: account ].
>         self displayConfirmation: account activate

Cute.

Does this work if the session expires (e.g. if the user does not have 
his e-mail handy because of firewalls, and didn't expect having to check 
his e-mail)?

Paolo


More information about the seaside mailing list