Changeset 172 for trunk/grails-app/controllers
- Timestamp:
- Oct 28, 2009, 8:32:15 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/LoginController.groovy
r167 r172 150 150 msg = "[$username] is disabled." 151 151 } 152 else if (person .authorities.isEmpty()) {153 msg = "[$username] has no GrantedAuthority."152 else if (person?.authorities?.isEmpty()) { 153 msg = "[$username] has no granted authority." 154 154 } 155 155 else {
Note: See TracChangeset
for help on using the changeset viewer.