| KiokuX-User documentation | view source | Contained in the KiokuX-User distribution. |
KiokuX::User::Password - A role for users with a password attribute
with qw(KiokuX::User::Password);
This is a simple role for user objects that can check their own password.
Delegates to the match in Authen::Passphrase.
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. |