Browse Source

Added myself to the users list because I can :P

2.0.x
Ray Krueger 18 years ago
parent
commit
26fa0c143b
  1. 1
      samples/openid/src/main/webapp/WEB-INF/applicationContext-security.xml

1
samples/openid/src/main/webapp/WEB-INF/applicationContext-security.xml

@ -43,6 +43,7 @@ @@ -43,6 +43,7 @@
<user-service id="userService">
<user name="http://luke.taylor.myopenid.com/" password="notused" authorities="ROLE_SUPERVISOR,ROLE_USER" />
<user name="http://luke.taylor.openid.cn/" password="notused" authorities="ROLE_SUPERVISOR,ROLE_USER" />
<user name="http://raykrueger.blogspot.com/" password="notused" authorities="ROLE_SUPERVISOR,ROLE_USER" />
<user name="http://spring.security.test.myopenid.com/" password="password" authorities="ROLE_SUPERVISOR,ROLE_USER" />
</user-service>

Loading…
Cancel
Save