Skip to content

Changing Passwords

Allow users to change their password.

Password rules

Passwords must be at least 8 characters long and cannot be the username.

Change password

http
POST https://api.backstack.com/user/change-password
{
  "password": "new-password",
  "confirm": "new-password"
}

Resources