Skip to main content

Set a new password with a reset code

POST 

/admin/auth/password/reset

Answers 204 and no session. Handing out a cookie here would make an inbox on its own enough to reach the console, which is exactly what the second factor on sign-in exists to prevent — sign in afterwards.

This is the tightest throttle on the surface: the code is six digits, so the per-address bucket is the only thing between an attacker without the inbox and a million guesses.

Request

Responses

Password changed — sign in with it