Index: branches/TaskRewrite/src/grails-app/i18n/messages.properties
===================================================================
--- branches/TaskRewrite/src/grails-app/i18n/messages.properties	(revision 57)
+++ branches/TaskRewrite/src/grails-app/i18n/messages.properties	(revision 73)
@@ -1,2 +1,5 @@
+person.pass.minSize.notmet=Password is less than the minimum size of [{3}]
+person.pass.blank=Password cannot be blank
+
 default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}]
 default.invalid.url.message=Property [{0}] of class [{1}] with value [{2}] is not a valid URL
@@ -29,2 +32,4 @@
 typeMismatch.java.math.BigDecimal=Property {0} must be a valid number
 typeMismatch.java.math.BigInteger=Property {0} must be a valid number
+
+
