Fix various issues with security
[lgpl/argeo-commons.git] / security / plugins / org.argeo.security.ui / META-INF / spring / commands.xml
index c5fe0e337628132c9b0c84871fe2c714e1400063..1dc8d53cecea3c460d9fdc96a466c4ee69bb1cf7 100644 (file)
@@ -6,6 +6,6 @@
 
        <bean id="openChangePasswordDialog" class="org.argeo.security.ui.commands.OpenChangePasswordDialog"
                scope="prototype">
-               <property name="currentUserService" ref="currentUserService" />
+               <property name="userDetailsManager" ref="userDetailsManager" />
        </bean>
 </beans>