Ignore:
Timestamp:
Mar 14, 2009, 10:04:39 AM (15 years ago)
Author:
gav
Message:

Add changePassword under options view so that users can change their own password.
Adjust for password validation, userCache etc. Only a small bug during "edit" is left on second "update" command.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/TaskRewrite/src/grails-app/i18n/messages.properties

    r55 r73  
     1person.pass.minSize.notmet=Password is less than the minimum size of [{3}]
     2person.pass.blank=Password cannot be blank
     3
    14default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}]
    25default.invalid.url.message=Property [{0}] of class [{1}] with value [{2}] is not a valid URL
     
    2932typeMismatch.java.math.BigDecimal=Property {0} must be a valid number
    3033typeMismatch.java.math.BigInteger=Property {0} must be a valid number
     34
     35
Note: See TracChangeset for help on using the changeset viewer.