Dashboard > Bla-bla List > ... > REST API > changepassword
Bla-bla List Log In | Sign Up   View a printable version of the current page.
changepassword


Added by Geert Bevin, last edited by Geert Bevin on Mar 24, 2005  (view change)
Labels: 
(None)

(authenticated)

Changes the password of an account.

Submissions
changePassword
Performs the password change.
Parameters
currentpassword The current password of the account.
password The password of the account.
password2 The password of the account, repeated.
Errors
MANDATORY:currentpassword The current password wasn't provided.
NOTSAME:currentpassword The current password wasn't the same as the one that's stored in the back-end.
MANDATORY:password The password wasn't provided.
WRONGLENGTH:password The password was too short or too long (min. 5 and max. 20 chars).
MANDATORY:password2 The second password wasn't provided.
WRONGLENGTH:password2 The second password was too short or too long (min. 5 and max. 20 chars).
NOTSAME:password2 The password wasn't the same as the first password.

example request

http://blablalist.com/changepassword?
    authid=622c895dec2d96cf127f0d557785d200&
    submission=changePassword&
    currentpassword=password&
    password=newpass&
    password2=newpass

example result

<changepassword authid="622c895dec2d96cf127f0d557785d200">
    <success/>
</changepassword>



Are you enjoying Confluence? Please consider purchasing it today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.1a Build:#515 May 19, 2006) - Bug/feature request - Contact Administrators