Re: [Catalyst] Multiple chaining to same action ...

2010-02-16 Thread Kiffin Gish
That's a good question. According to the specs: 1. user's will be able to reset their password and optionally have an email notification sent to them: =Reset User Password Form= (Users which are logged in) - password: old password - password: new password - password: new password

[Catalyst] Multiple chaining to same action ...

2010-02-15 Thread Kiffin Gish
In my application, users are allowed to edit only their own settings like this: /account/id/client/settings/edit | /role/*/settings/edit | /auth (0) | | | - /role/base (1) | | | - /role/settings/crud/base (0) | |

Re: [Catalyst] Multiple chaining to same action ...

2010-02-15 Thread J. Shirley
On Mon, Feb 15, 2010 at 12:38 PM, Kiffin Gish kiffin.g...@planet.nl wrote: In my application, users are allowed to edit only their own settings like this: /account/id/client/settings/edit | /role/*/settings/edit | /auth (0)                       | |                       | - /role/base (1)  

Re: [Catalyst] Multiple chaining to same action ...

2010-02-15 Thread Kiffin Gish
I just happened to find the answer here: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/msg07604.html t0m++ for (1..10) On Mon, 2010-02-15 at 21:38 +0100, Kiffin Gish wrote: In my application, users are allowed to edit only their own settings like this:

Re: [Catalyst] Multiple chaining to same action ...

2010-02-15 Thread Octavian Rasnita
From: Kiffin Gish kiffin.g...@planet.nl In my application, users are allowed to edit only their own settings like this: /account/id/client/settings/edit | /role/*/settings/edit | /auth (0) | | | - /role/base (1) | |