Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: Grails-Spring-Security-UI 0.2
-
Fix Version/s: None
-
Labels:None
-
Environment:Grails 1.3.7
Custom User domain object
Description
In RegisterController.groovy, we:
command.username = registrationCode.username command.validate()
The validations (both the custom passwordValidator and the stock Grails nullable validation) consistently fail because username field in the command is null. I verified via debugger that the registrationCode.username is non-null: strange.