Tuleap Community Edition development and releases are no longer public. You have until September 30th to download packages and sources in Tuleap project. You can contact the team if you need further assistance.

  •  
     
    story #3824 change the generic user password with API SOAP
Summary
project admin
change the generic user password with API SOAP
I will be able to make a svn/git checkout with my generic user
Add a changePassword method in SOAP API

Example:
<pre>
/**
* Allow project admin to change the password of user from his project
*
* Only project admin can execute this method
*
* @param String $adminSessionHash Session identifier
* @param String $username User Name whose password to be changes
* @param String $newPassword The new password
*
* @return Boolean true if password has been updated, false otherwise
*/
function changePassword(String $adminSessionHash, String $username, String $newPassword);
</pre>
Empty
Empty
Status
Empty
Canceled
Development
  • [ ] Does it involves User Interface? 
  • [ ] Are there any mockups?
  • [ ] Are permissions checked?
  • [ ] Does it need Javascript development?
  • [ ] Does it need a forge upgrade bucket?
  • [ ] Does it need to execute things in system events?
  • [ ] Does it impact project creation (templates)?
  • [ ] Is it exploratory?
Empty
Details
#3824
Sandra Echinard (sechinard)
2014-07-24 11:19
2013-06-07 16:48
615

References
Referencing story #3824

Follow-ups