Has anyone put together a nice email-validation-link-generator
widget for Catalyst (or Perl, for that matter)? All I can find on
CPAN is something that is part of Jifty (whatever that is).

http://search.cpan.org/~jesse/Jifty-0.70824/plugins/Login/lib/Jifty/Plugin/Login/Action/ConfirmEmail.pm

In a perfect world this widget would be really simple:

-generates long random codes for use in confirm links
-stores those links server-side in temp files instead of a DB to
prevent DDoS on a db
-cleans up old files after X time
-the input of the function should be an email address (which is
really just for salt)
-the output should be a text sting (hyperlink) that can be used at
will by the calling function (most likely stuffed into an email and
mailed out)

-d

_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[EMAIL PROTECTED]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to