On 14/01/07, Ash Berlin <[EMAIL PROTECTED]> wrote:
Jonas Alves wrote: > Hi all, > I was starting to put authentication in a Reaction application that i'm > developing when I saw that Reaction has this classes: > > Reaction::InterfaceModel::Action::DBIC::Role::CheckUniques; > Reaction::InterfaceModel::Action::DBIC::User::ChangePassword; > Reaction::InterfaceModel::Action::DBIC::User::ResetPassword; > Reaction::InterfaceModel::Action::DBIC::User::Role::SetPassword; > Reaction::InterfaceModel::Action::User::ChangePassword; > Reaction::InterfaceModel::Action::User::ResetPassword; > Reaction::InterfaceModel::Action::User::SetPassword; > > It appears that Reaction already has some facilities to do auth stuff. > How can I use this classes to help me? > > Thanks a lot, > -- > Jonas > Not having used Reaction myself BUT I suspect that these are for updating existing profile info in the DB. Do the authentication the same way you would in a normal Catalyst app. Ash
Thanks Ash, I already have authentication the same way i would in a normal Catalyst app. But now I would like to use the Reaction TT widgets to create a custom form with validation for authentication and another one to register a user. I read the source but could not achieved it. Matt, can you help? Thanks a lot, -- Jonas
_______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
