[Catalyst] mix authentication stores

2008-09-30 Thread Stephan Jennewein
Hi, is it possible to use ldap to authenticate and dbic (a database) to handle the user role relation ? So that it works like it resides all in one storage backend. If yes how do I configure that in the $application.conf ? Stephan ___ List:

[Catalyst] Catalyst::Plugin::UploadProgress

2008-09-30 Thread Stephan Jennewein
Hi, I'm trying to use the UploadProgress plugin. At the moment it doesn't update the progressbar during the upload, but the first time it does is when I cancel the upload or it has finished. I think the problem is that I'm using Mason instead of TT . Could that be the problem and if yes is

Re: [Catalyst] Catalyst::Plugin::UploadProgress

2008-09-30 Thread Stephan Jennewein
On Wednesday 01 October 2008 12:39:08 am Andy Grundman wrote: On Sep 30, 2008, at 6:27 PM, Stephan Jennewein wrote: Hi, I'm trying to use the UploadProgress plugin. At the moment it doesn't update the progressbar during the upload, but the first time it does is when I cancel

[Catalyst] Userpasswords

2008-05-22 Thread Stephan Jennewein
Hi, what's the common way to add user with encrypted passwords with the algorithm i've chosen in the config . There are nice plugins for authenticating users but no for create new users. I tried to write a hook for the schema, but it won't work. Can anyone give me a working solution ? Stephan