Hello,

yes you can create an activation column that
stores a hash value that is created by UUID or MD5.

Then send this data in an activation url to the user email.
The url can be mounted (nice url) to a Page, which gets
the PageParameters. Then you can validate the hash value.



MYoung wrote:
> 
> I need to implement the usual account activation via email function.  Can
> anyone point me to some example of how this is implemented? If in Wicket
> even better but anything would help me a lot.
> 
> One question I have is how to generate hard to guess unique keys in the
> email link? I use Hibernate & MySql, does this give me some easy way to
> generate these keys? Use Jakarta common-id to generate uuid?
> 
> I plan to have an activation field in the user table to store the
> activation
> key, once the user respond to the activation email link, clear the field
> to
> indicate the account is activated. Is this how it's done?
> 
> Thanks for any help!
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Account-Activation-Email-generation-and-response-processing%3A-any-design-example--tp17264315p17281858.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to