Skip to main content
Settings → Change Password updates the password of the developer account you are signed in with. You cannot change another developer’s password from the developer portal.
  1. Enter your Current Password.
  2. Enter a New Password of at least 8 characters.
  3. Repeat it in Confirm New Password.
  4. Click Update Password.
On success the form clears and a “Password updated successfully” toast appears. The form refuses to submit when the new password is shorter than 8 characters or the confirmation does not match. If the current password is wrong, the backend rejects the request and the toast shows “Incorrect current password”.
The first developer account is seeded with the value of ADMIN_PASSWORD from the environment. Changing ADMIN_PASSWORD later does not update an existing account, so change the default password here right after your first login.