CleanCode Perl Libraries
Multi-Lingual Library Maintainability
available: Perl not available: Java available: JavaScript not available: Certified
Class
not available: Testable
Class
not available: Standalone
Mode
not available: Diagnostic
Enabled

NAME

CGI::PageValidator::Plugin::SamePassword - verifies that two passwords match.

SYNOPSIS

(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();

EXTENDS

CGI::PageValidator::Plugin

REQUIRES

Perl5.005, CGI::PageValidator::Plugin

KNOWN PLUGIN ATTACHMENTS

Password1

Dependent fields: Password2

DESCRIPTION

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.

BUGS

None

AUTHOR

Michael Sorens

VERSION

$Revision: 8 $ $Date: 2006-12-19 21:13:43 -0800 (Tue, 19 Dec 2006) $

SINCE

CleanCode 0.9


CleanCode Perl Libraries Copyright © 2001-2013 Michael Sorens - Revised 2013.06.30 Get CleanCode at SourceForge.net. Fast, secure and Free Open Source software downloads