From 7590ae194bc784ca9df5e215f05ac28ab6a656f0 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Sat, 26 Apr 2008 06:35:50 +0000 Subject: [PATCH] Merged revisions 52876 via svnmerge from http://svn.silverstripe.com/open/modules/sapphire/branches/govtsecurity ........ r52876 | sminnee | 2008-04-16 20:13:04 +1200 (Wed, 16 Apr 2008) | 1 line Removed validation from ConfirmedPasswordField - use Member validation instead ........ git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@53490 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- forms/ConfirmedPasswordField.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/forms/ConfirmedPasswordField.php b/forms/ConfirmedPasswordField.php index 33d508bfd..fab442951 100644 --- a/forms/ConfirmedPasswordField.php +++ b/forms/ConfirmedPasswordField.php @@ -14,14 +14,14 @@ class ConfirmedPasswordField extends FormField { * * @var int */ - public $minLength = 6; + public $minLength = null; /** * Maximum character length of the password. * * @var int */ - public $maxLength = 20; + public $maxLength = null; /** * Enforces at least one digit and one alphanumeric