mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
First parts of Create User functionality in new Admin Console.
- Can create new users - no form validation etc. yet. - User password is set. ChangePassword webscript improved to support admin user setting a user password without knowing the old one. JavaScript People API fixes. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14097 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -436,7 +436,8 @@
|
||||
<bean id="webscript.org.alfresco.repository.person.changepassword.post"
|
||||
class="org.alfresco.repo.web.scripts.person.ChangePasswordPost"
|
||||
parent="webscript">
|
||||
<property name="authenticationService" ref="AuthenticationService"/>
|
||||
<property name="authenticationService" ref="AuthenticationService" />
|
||||
<property name="authorityService" ref="AuthorityService" />
|
||||
</bean>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user