ItEr37S07ArquitecturaServidorItEr36S10: Spring security's password encoder provisionally disabled.

Spring security's password encoder provisionally disabled.
This commit is contained in:
Fernando Bellas Permuy 2009-12-03 20:18:46 +01:00 committed by Javier Moran Rua
parent 44c3ce2942
commit e8572b5237

View file

@ -29,11 +29,15 @@
</http>
<authentication-provider user-service-ref="defaultUserDetailsService">
<!--
<password-encoder hash="md5">
-->
<!-- NOTE: see IPasswordEncoderService's JavaDoc for restrictions
on "user-property". -->
<!--
<salt-source user-property="username"/>
</password-encoder>
-->
</authentication-provider>
</beans:beans>