Changeset 1120
- Timestamp:
- Nov 11, 2010, 1:58:57 PM (10 years ago)
- Location:
- trunk/grails-app/conf
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/BootStrap.groovy
r1118 r1120 32 32 33 33 // set up authentication (if required) 34 if (!SecRole.count() || !SecUser.count()) BootStrapAuthentication.initDefaultAuthentication( )34 if (!SecRole.count() || !SecUser.count()) BootStrapAuthentication.initDefaultAuthentication(springSecurityService) 35 35 36 36 // developmental bootstrapping: -
trunk/grails-app/conf/BootStrapAuthentication.groovy
r1118 r1120 16 16 * @void 17 17 */ 18 public static void initDefaultAuthentication( ) {18 public static void initDefaultAuthentication(springSecurityService) { 19 19 "setting up default authentication".grom() 20 20
Note: See TracChangeset
for help on using the changeset viewer.