NAME
HTML::Tested::Value::PasswordBox - password input.
DESCRIPTION
Provides <input type="password" /> html tag.
METHODS
$class->new($parent, $name, %opts)
Overloads HTML::Tested::Value
new
function to handle check_mismatch
option.
OPTIONS
- check_mismatch
-
Checks mismatch between two passwords during validate phase. The parameter should be the name of another password box.
E.g. check_mismatch => 'another_password'.
On failure produces
mismatch
result for validate function.
AUTHOR
Boris Sukholitko (boriss@gmail.com)
COPYRIGHT
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.