mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 22:02:41 +00:00
Converted tutorial context file to match namespace changes.
This commit is contained in:
parent
5da5bfb7bb
commit
46c99d1991
@ -36,13 +36,14 @@
|
|||||||
|
|
||||||
</http>
|
</http>
|
||||||
|
|
||||||
<repository>
|
<authentication-provider>
|
||||||
<user-service hash="md5-hex">
|
<password-encoder hash="md5"/>
|
||||||
|
<user-service>
|
||||||
<user name="rod" password="a564de63c2d0da68cf47586ee05984d7" authorities="ROLE_SUPERVISOR,ROLE_USER,ROLE_TELLER" /> <!-- koala -->
|
<user name="rod" password="a564de63c2d0da68cf47586ee05984d7" authorities="ROLE_SUPERVISOR,ROLE_USER,ROLE_TELLER" /> <!-- koala -->
|
||||||
<user name="dianne" password="65d15fe9156f9c4bbffd98085992a44e" authorities="ROLE_USER,ROLE_TELLER" /> <!-- emu -->
|
<user name="dianne" password="65d15fe9156f9c4bbffd98085992a44e" authorities="ROLE_USER,ROLE_TELLER" /> <!-- emu -->
|
||||||
<user name="scott" password="2b58af6dddbd072ed27ffc86725d7d3a" authorities="ROLE_USER" /> <!-- wombat -->
|
<user name="scott" password="2b58af6dddbd072ed27ffc86725d7d3a" authorities="ROLE_USER" /> <!-- wombat -->
|
||||||
<user name="peter" password="22b5c9accc6e1ba628cedc63a72d57f8" authorities="ROLE_USER" /> <!-- opal -->
|
<user name="peter" password="22b5c9accc6e1ba628cedc63a72d57f8" authorities="ROLE_USER" /> <!-- opal -->
|
||||||
</user-service>
|
</user-service>
|
||||||
</repository>
|
</authentication-provider>
|
||||||
|
|
||||||
</beans:beans>
|
</beans:beans>
|
Loading…
x
Reference in New Issue
Block a user