use strict; use warnings; package Jifty::Plugin::Authentication::Password; use base qw/Jifty::Plugin/; =head1 NAME Jifty::Plugin::Authentication::Password - password authentication plugin =head1 DESCRIPTION B This plugin is experimental. This may be combined with the L and L plugins to provide user accounts and form-based password authentication to your application. =head2 METHODS =head2 prereq_plugins This plugin depends on the L and L plugins. =cut sub prereq_plugins { return ('User', 'LetMe'); } =head1 SEE ALSO L, L, L, L =head1 LICENSE Jifty is Copyright 2005-2007 Best Practical Solutions, LLC. Jifty is distributed under the same terms as Perl itself. =cut 1;