]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.security.ui.admin/META-INF/spring/commands.xml
Adapt commands to the new security model.
[lgpl/argeo-commons.git] / org.argeo.security.ui.admin / META-INF / spring / commands.xml
index 94dff3fc2e89b19bd9860e929f7649557fa2eb67..e83440376b2bdc22dd7ec6b7009aaa1ff4a4510b 100644 (file)
@@ -6,7 +6,12 @@
 
        <!-- <bean id="openArgeoUserEditor" class="org.argeo.security.ui.admin.commands.OpenArgeoUserEditor" 
                scope="prototype" /> -->
+
        <!-- USERS -->
+       <bean id="newUser" class="org.argeo.security.ui.admin.commands.NewUser"
+               scope="prototype">
+               <property name="userAdmin" ref="userAdmin" />
+       </bean>
        <!-- <bean id="newUser" class="org.argeo.security.ui.admin.commands.NewUser" 
                scope="prototype"> <property name="repository" ref="nodeRepository" /> <property 
                name="userAdminService" ref="userAdminService" /> </bean> <bean id="refreshUsersList"