fixed missmatched password hashes

This commit is contained in:
Scott Andrews
2008-03-07 19:59:47 +00:00
parent abb367af28
commit 2694cf5ed2
4 changed files with 6 additions and 6 deletions

View File

@@ -20,8 +20,8 @@
<ul>
<li>keith/melbourne</li>
<li>erwin/leuven</li>
<li>scott/rochester</li>
<li>jeremy/atlanta</li>
<li>scott/rochester</li>
</ul>
</div>

View File

@@ -116,8 +116,8 @@
<security:user-service>
<security:user name="keith" password="417c7382b16c395bc25b5da1398cf076" authorities="ROLE_USER, ROLE_SUPERVISOR" />
<security:user name="erwin" password="12430911a8af075c6f41c6976af22b09" authorities="ROLE_USER, ROLE_SUPERVISOR" />
<security:user name="jeremy" password="c0cdd82ce092b01267bdd88a8bfbb1f4" authorities="ROLE_USER" />
<security:user name="scott" password="57c6cbff0d421449be820763f03139eb" authorities="ROLE_USER" />
<security:user name="jeremy" password="57c6cbff0d421449be820763f03139eb" authorities="ROLE_USER" />
<security:user name="scott" password="942f2339bf50796de535a384f0d1af3e" authorities="ROLE_USER" />
</security:user-service>
</security:authentication-provider>

View File

@@ -24,8 +24,8 @@
<ul>
<li>keith/melbourne</li>
<li>erwin/leuven</li>
<li>scott/rochester</li>
<li>jeremy/atlanta</li>
<li>scott/rochester</li>
</ul>
</div>

View File

@@ -142,8 +142,8 @@
<security:user-service>
<security:user name="keith" password="417c7382b16c395bc25b5da1398cf076" authorities="ROLE_USER, ROLE_SUPERVISOR" />
<security:user name="erwin" password="12430911a8af075c6f41c6976af22b09" authorities="ROLE_USER, ROLE_SUPERVISOR" />
<security:user name="jeremy" password="c0cdd82ce092b01267bdd88a8bfbb1f4" authorities="ROLE_USER" />
<security:user name="scott" password="57c6cbff0d421449be820763f03139eb" authorities="ROLE_USER" />
<security:user name="jeremy" password="57c6cbff0d421449be820763f03139eb" authorities="ROLE_USER" />
<security:user name="scott" password="942f2339bf50796de535a384f0d1af3e" authorities="ROLE_USER" />
</security:user-service>
</security:authentication-provider>