Terminology Index
Glossary
1801 terms
Showing 1153-1184 of 1801 terms
Password Reset
The flow that lets users regain access by setting a new password, a security-critical web feature, since weak reset flows are a common way attackers take over accounts by bypassing authentication.
Password reset lets a user recover access without their old password, typically via a token sent to a verified channel. It is a prime target: weak reset flows (guessable tokens, no expiry, leaking whether an account exists, sending to attacker-controlled channels) let attackers hijack accounts entirely, bypassing the login. Secure reset uses unpredictable, short-lived, single-use tokens, verifies identity carefully, and avoids enumeration. It is a focused, high-risk surface in defensive web design.
Introduced in: Defensive Web Fundamentals
Examples
- Sending an unpredictable, short-lived, single-use reset token.
- Avoiding revealing whether an account exists during reset.
- Hardening a reset flow against account-takeover abuse.
No related terms linked yet.
