security cleanup

This commit is contained in:
Eugen
2013-05-27 18:45:19 +03:00
parent 6ffd867e11
commit af424e266b
8 changed files with 59 additions and 59 deletions
@@ -21,7 +21,7 @@
<authentication-provider>
<user-service>
<user name="temporary" password="temporary" authorities="ROLE_ADMIN" />
<user name="user" password="user" authorities="ROLE_USER" />
<user name="user" password="userPass" authorities="ROLE_USER" />
</user-service>
</authentication-provider>
</authentication-manager>