Skip to content

Instantly share code, notes, and snippets.

View Bittarman's full-sized avatar

Ryan Mauger Bittarman

  • Yeovil, Somerset, UK
  • 10:22 (UTC)
View GitHub Profile
<?php
/*
* Copyright 2009 Lupimedia
* All rights reserved
*/
class Lupi_Validate_Password extends Zend_Validate_Abstract
{
const NO_MATCH = 'noMatch';
protected $_messageTemplates = array(