Skip to content

Commit

Permalink
[SHIBUI-1218]
Browse files Browse the repository at this point in the history
remove extra user
  • Loading branch information
jj committed Feb 12, 2019
1 parent f09ff34 commit af6cfbc
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,6 @@ class DevConfig {
emailAddress = 'anon@institution.edu'
roles.add(roleRepository.findByName('ROLE_ADMIN').get())
it
}, new User().with { // allow us to auto-login as an admin
username = 'shibui-admin1'
password = '{noop}anonymous'
firstName = 'shibui'
lastName = 'admin'
emailAddress = 'jj@unicon.net'
roles.add(roleRepository.findByName('ROLE_ADMIN').get())
it
}]
users.each {
adminUserRepository.save(it)
Expand Down

0 comments on commit af6cfbc

Please sign in to comment.