The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.