Skip to end of banner
Go to start of banner

How to change a user's password

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

Description

Passwords can be set on addUser but cannot be changed on updateUser. However, it is simple to change (reset) a user's password with a separate renderRequest action.

Example - Confluence Server

--action renderRequest --request admin/users/dosetuserpassword.action?username=testuser --requestParameters "newPassword=xxxxxx&newPasswordConfirmation=xxxxxx" --file ""

Example - Jira Server

--action renderRequest --request secure/admin/user/SetPassword.jspa --requestParameters name=testuser@&password=xxxxxx&confirm=xxxxxx --file ""

Example - Cloud

With the switch over to Atlassian ID for Cloud, passwords can no longer be changed through the application. Go to https://id.atlassian.com, login, and select Change password.

  • No labels