Grails

Password validation with certain conditions

Hi Friends, I needed to validate password for certain conditions. As per the requirements, any valid must password must pass the following conditions: Minimum of 7 characters Must have numbers and letters Must have at least a one special characters- "!,@,#,$,%,&,*,(,),+" I wrote the following method to meet the...

by Amit Jain
Tag: grails custom validation
14-Jun-2010