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

NAME

HTML::FormHandler::Field::PasswordConf - Password confirmation

DESCRIPTION

This field needs to be declared after the related Password field (or more precisely it needs to come after the Password field in the list returned by the "fields" in HTML::FormHandler method).

password_field

Set this attribute to the name of your password field (default 'password')

AUTHORS

See HTML::FormHandler for authors.

COPYRIGHT

See HTML::FormHandler for copyright.

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.