server/src/main/webapp/WEB-INF/spring-security.xml
branchuser_management
changeset 229 5064a6ddcb08
parent 226 d2b688aadd8c
child 231 e65766f81b15
--- a/server/src/main/webapp/WEB-INF/spring-security.xml	Fri Oct 25 16:34:05 2013 +0200
+++ b/server/src/main/webapp/WEB-INF/spring-security.xml	Mon Oct 28 18:20:56 2013 +0100
@@ -29,9 +29,6 @@
         <property name="IgnoreResourceNotFound" value="true"/>
     </bean>
     
-    <bean class="org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder" id="renkanPasswordEncoder">
-        <constructor-arg name="strength" value="10" type="int"/>
-    </bean>
  
     <security:http auto-config="true" use-expressions="true">
         <security:intercept-url pattern="/admin" access="hasRole('ROLE_ADMIN')" />