Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
KiokuX::User::Password - A role for users with a password attribute
SYNOPSIS
with qw(KiokuX::User::Password);
DESCRIPTION
This is a simple role for user objects that can check their own password.
METHODS
- check_password
-
Delegates to the "match" in Authen::Passphrase.
ATTRIBUTES
- password
-
Uses MooseX::Types::Authen::Passphrase to provide coercions.
This is a required, read-write attribute.