/ Published in: Groovy
Expand |
Embed | Plain Text
//Adding Users userRealName:'god almighty', enabled: true, emailShow: true, email: '[email protected]', passwd: authenticateService.encodePassword('god')).save() userRealName:'poor slave', enabled: true, emailShow: true, email: '[email protected]', passwd: authenticateService.encodePassword('slave')).save()
You need to login to post a comment.
