Set a new passwordAccount
Password must be 8+ characters
assertResetPassword and the API schema both require 8–200 characters.
RESET_MIN_PASSWORD is 8. POST /api/auth/reset and POST /api/v1/auth/reset reject shorter values before the row is touched.
A mismatch between the two fields stays on this page with Passwords don’t match.