CleanCode Perl Libraries |
Home | Perl | Java | PowerShell | C# | SQL | Index | Tools | Download | What's New |
Multi-Lingual Library | Maintainability | ||||||||||||
Perl | Java | JavaScript | Certified Class |
Testable Class |
Standalone Mode |
Diagnostic Enabled |
CGI::PageValidator::Plugin::SamePassword - verifies that two passwords match.
(See the Note on Plugins in the CheckItem class for usage notes.)
use CGI::PageValidator::Plugin::SamePassword;
$pluginObj=CGI::PageValidator::Plugin::IsAmex->new($libItem,
"Password2", $pwd1, $pwd2, "CGI::PageValidator::PluginLib");
$pluginObj->examine();
$errMsg = $pluginObj->getResult();
CGI::PageValidator::Plugin
Perl5.005, CGI::PageValidator::Plugin
Dependent fields: Password2
This plugin compares two entered passwords to make sure they match. This is commonly used on many web forms to ensure the user did not make a typing mistake.
None
Michael Sorens
$Revision: 8 $ $Date: 2006-12-19 21:13:43 -0800 (Tue, 19 Dec 2006) $
CleanCode 0.9
Home | Perl | Java | PowerShell | C# | SQL | Index | Tools | Download | What's New |
CleanCode Perl Libraries | Copyright © 2001-2013 Michael Sorens - Revised 2013.06.30 |