aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction/InterfaceModel/Action/DBIC/User/ChangePassword.pm
blob: 3602f86101d2929c68d9d36ad80486eb1c450c03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
package Reaction::InterfaceModel::Action::DBIC::User::ChangePassword;

use Reaction::Class;

class ChangePassword
  is 'Reaction::InterfaceModel::Action::User::ChangePassword',
  which {

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

};

1;

=head1 NAME

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

=head1 DESCRIPTION

=head1 AUTHORS

See L<Reaction::Class> for authors.

=head1 LICENSE

See L<Reaction::Class> for the license.

=cut