KiokuX::User::Password - A role for users with a password attribute


KiokuX-User documentation  | view source Contained in the KiokuX-User distribution.

Index


NAME

Top

KiokuX::User::Password - A role for users with a password attribute

SYNOPSIS

Top

    with qw(KiokuX::User::Password);

DESCRIPTION

Top

This is a simple role for user objects that can check their own password.

METHODS

Top

check_password

Delegates to the match in Authen::Passphrase.

ATTRIBUTES

Top

password

Uses MooseX::Types::Authen::Passphrase to provide coercions.

This is a required, read-write attribute.


KiokuX-User documentation  | view source Contained in the KiokuX-User distribution.