AW: [Catalyst] User management with Catalyst (with email and URLs)

Daniel.Brunkhorst at dataport.de Daniel.Brunkhorst at dataport.de
Thu Aug 26 12:23:39 GMT 2010


Thanks, Denny, for making clear what my original intention was.

Thanks, Kieren, for giving an explanation why my web search failed.

So, I guess I will implement my own procedure for registration (and confirmation).

>> Nope, there doesn't seem to be a Catalyst::Controller::Registration
>> on CPAN.  Maybe there should be.
I wish there was and I definitely think there should be, because in my opinion this is a pretty common task.

Thanks,
Daniel.


-----Ursprüngliche Nachricht-----
Von: Kieren Diment [mailto:diment at gmail.com] 
Gesendet: Donnerstag, 26. August 2010 13:39
An: The elegant MVC web framework
Betreff: Re: [Catalyst] User management with Catalyst (with email and URLs)


On 26/08/2010, at 9:25 PM, Denny wrote:

> On Thu, 2010-08-26 at 13:10 +0200, David Schmidt wrote:
>> Anyways, what you want can be done with Catalyst.
>> 
>> 1) user enters mailaddress and hits submit
>> 2) you generate a digest
>> 3) store digest + mailaddress in model
>> 4) send digest in URL to mailaddress
>> 5) user klicks the link
>> 6) validate digest and request password
>> 7) store pw in db
>> 
>> catalyst makes all this very easy.
> 
> You're completely missing the point of the original message - he very
> clearly enquired about pre-rolled solutions for this sort of thing.  Of
> course he could write his own, but he'd rather not if there's a
> neatly-packaged community-managed solution already available.

Nope, there doesn't seem to be a Catalyst::Controller::Registration on CPAN.  Maybe there should be.


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



More information about the Catalyst mailing list