Change password dialog
[lgpl/argeo-commons.git] / security / eclipse / plugins / org.argeo.security.ui / META-INF / spring / commands.xml
index 121eb3dc90ea1f7ffb9172bfa816c40db561557d..d4415d6593936bb49ebd0592db1726fb60bd2630 100644 (file)
@@ -12,4 +12,8 @@
                scope="prototype">
                <property name="securityService" ref="securityService" />
        </bean>
+       <bean id="org.argeo.security.ui.openChangePasswordDialog" class="org.argeo.security.ui.commands.OpenChangePasswordDialog"
+               scope="prototype">
+               <property name="securityService" ref="securityService" />
+       </bean>
 </beans>