Password reset
Last updated 2026-06-14
Definition
Password reset gets you back in when you forget your password. You ask Quri to start a reset, it emails a one-time code to your address, and you use that code to set a new password. Quri returns the same neutral response whether or not the email has an account, so a reset request never leaks who is registered.
How to do this in Quri
- Go to /forgot-password and enter the email on your account.
- Open the reset email Quri sends and copy the one-time code.
- Enter the code and choose a new password.
- Sign in at /login with your new password.
Frequently asked
- Is my account safe if someone else requests a reset for my email?
- Yes. A reset cannot complete without the one-time code, which only lands in your inbox. Someone who does not control your email cannot finish the reset or change your password.
- Why does reset look the same whether or not my email is registered?
- That is anti-enumeration by design. By returning the same response either way, Quri stops attackers using the reset flow to discover which emails have accounts.