Changeset 2026
- Timestamp:
- Sep 20, 2011, 5:05:14 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/services/dbnp/authentication/RemoteAuthenticationService.groovy
r1939 r2026 136 136 protected boolean updateExpiryDate( SessionAuthenticatedUser user ) { 137 137 user.expiryDate = createExpiryDate() 138 return user.save() 138 user.save() 139 user.refresh() 139 140 } 140 141
Note: See TracChangeset
for help on using the changeset viewer.