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

2010-08-26 Thread Daniel.Brunkhorst
Dear list members, I guess what I am trying to do is a pretty common task for web developers. So I am very astonished that a couple of hours spent searching the Internet didn't provide me with a good starting point for my efforts. Here's what I would like to achieve: A user comes to a web page

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

2010-08-26 Thread Daniel.Brunkhorst
Basically you need to setup a model (a common one would be DBIx::Class) to store your users. (http://search.cpan.org/~rkitover/Catalyst-Model-DBIC-Schema- 0.43/lib/Catalyst/Model/DBIC/Schema.pm) I am not going to use a database for authentication, so DBIx::Class is not useful for me in this