Reaction::InterfaceModel::Action::DBIC::User::ChangePassword - Reaction::InterfaceModel::Action::DBIC::User::ChangePassword documentation


Reaction documentation Contained in the Reaction distribution.

Index


Code Index:

NAME

Top

Reaction::InterfaceModel::Action::DBIC::User::ChangePassword

DESCRIPTION

Top

AUTHORS

Top

See Reaction::Class for authors.

LICENSE

Top

See Reaction::Class for the license.


Reaction documentation Contained in the Reaction distribution.

package Reaction::InterfaceModel::Action::DBIC::User::ChangePassword;

use Reaction::Class;

use namespace::clean -except => [ qw(meta) ];
extends 'Reaction::InterfaceModel::Action::User::ChangePassword';

with 'Reaction::InterfaceModel::Action::DBIC::User::Role::SetPassword';

__PACKAGE__->meta->make_immutable;


1;