Join our Newsletter — 33% off our NHI Course

How should organisations handle account recovery when a user forgets their password?

Organisations should use recovery processes that restore access without exposing stored secrets to the people helping. A good model lets trusted colleagues or family members verify identity and assist with account recovery, while still keeping the encrypted data inaccessible to them. That balances resilience, supportability, and confidentiality.

When password recovery should restore access, not disclose secrets

Good recovery starts from a simple rule: the process may re-establish a user’s ability to sign in, but it should not reveal the stored password, recovery token, or any other secret to the person performing support. That separation protects confidentiality while still letting help desk staff, managers, or trusted nominators validate the request and unlock the account.

Modern recovery should rely on identity proofing and step-up verification, then issue a new authentication path rather than trying to “retrieve” the old one. That means the organisation decides what evidence is acceptable, who can approve recovery, and which fallback channels are strong enough to resist social engineering, SIM swap, or mailbox compromise.

For users, the practical test is whether recovery restores service without exposing reusable credentials. For the organisation, the test is whether the support workflow can be audited, whether the reset path is resistant to takeover, and whether the new access method is stronger than the one being replaced.

Design recovery so helpers can attest, not decrypt

The safest pattern is a mediated recovery flow: the user proves control through a trusted factor, a supervisor or nominated contact confirms context where appropriate, and the system then resets or rebinds the account. A support agent should be able to verify identity and trigger the workflow without ever seeing the underlying secret material. That is the core distinction between assistance and access.

Where recovery involves encrypted user data, the design should preserve the boundary between authentication and data access. A helper may be able to approve a reset, but they should not gain the ability to open the user’s encrypted content. If the process requires decryption by support staff, the recovery model is too broad and the blast radius is too large.

Organisations with stronger identity programmes usually tie recovery to a Workforce Identity Security Guide style workflow for employees, and to the Customer IAM (CIAM) Guide pattern for external users. In both cases, the recovery decision should be based on assurance, not convenience, and the new factor should be bound to the rightful account owner.

When passkeys or other phishing-resistant methods are available, recovery should rebuild the account around that stronger method instead of falling back to weaker knowledge-based checks. The Passwordless and Passkeys Guide is useful here because recovery should end with a trustworthy authenticator, not just a temporary unlock.

What goes wrong when recovery is treated as a convenience feature

Recovery becomes dangerous when it is designed around speed alone. Attackers often target help desks, shared inboxes, SMS fallbacks, and informal family or peer approvals because those paths are easier to socially engineer than primary authentication. Once recovery is weak, it becomes a preferred account takeover route rather than a safety net.

Long-lived recovery channels also create persistence. If an attacker can keep control of a backup email, spare phone number, or weakly governed nominee, they may regain access after a password reset. That is why recovery should be limited, time-bound, and monitored, with clear revocation when the user changes devices, roles, or contact details.

A second failure mode is over-disclosure. If support staff can see passwords, seed phrases, or decryption material, then the recovery process itself becomes a secret-handling system. That enlarges the number of people and systems that must be trusted, and it increases the impact of a single insider mistake or compromise.

For a broader view of how shared access, delegated approval, and user-to-support boundary crossings create governance risk, the Human vs Non-Human Identity explainer is a useful navigation point because it highlights how access can be delegated without transferring ownership of the secret itself.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

NIST SP 800-53 Rev 5 and OWASP ASVS set the technical controls, while ISO/IEC 27001:2022 defines the regulatory obligations.

Framework Control / Reference Relevance
NIST SP 800-53 Rev 5 IA-5 — Authenticator Management Account recovery must issue, reset, or replace authenticators without exposing secrets.
IA-2 — Identification and Authentication (Organizational Users) Employee recovery depends on re-establishing verified user identity before restoring access.
IA-8 — Identification and Authentication (Non-Organizational Users) Customer or external-user recovery needs strong proofing before account access is reissued.
Recommendation — Use IA-5 to govern reset, replacement, and lifecycle handling of recovery authenticators. Use IA-2 to require verified identity before restoring organisational account access. Use IA-8 to enforce proofing and authenticated recovery for external accounts.
OWASP ASVS V6 — Authentication Recovery must preserve strong authentication and avoid weak fallback paths.
V7 — Session Management Recovery must invalidate prior sessions and prevent continued access after reset.
Recommendation — Apply V6 to require strong recovery verification and safe re-enrollment. Apply V7 to revoke existing sessions when recovery changes credentials.
ISO/IEC 27001:2022 A.5.16 — Identity management Recovery depends on trustworthy identity verification and account lifecycle control.
A.5.17 — Authentication information Recovered accounts must protect passwords, reset factors, and related secrets.
Recommendation — Use A.5.16 to govern identity proofing and account recovery ownership. Use A.5.17 to protect and rotate authentication information during recovery.

Practitioner Guidance

What to prioritise: Prioritise recovery paths that can prove identity and rebind authentication without exposing the old secret. If the support team can read the password, recovery is too permissive.

What to verify: Verify that every recovery path has a documented assurance level, an auditable approval trail, and a clear rule for when to reject low-confidence requests. Test the process against help desk social engineering, mailbox takeover, and compromised backup factors.

Decision rule: If the recovery method would let a helper access encrypted user data or reuse the original credential, redesign it. If it only lets the helper attest and the system reissues access, it is much closer to the right model.

What good looks like: A good recovery flow restores access quickly for genuine users, but the helper never receives reusable secrets, and the user ends up enrolled on a stronger authenticator than before.

Practitioner takeaway: account recovery should be treated as an authentication re-issuance workflow, not a secret-retrieval workflow, because the safest help is the kind that restores access while keeping the underlying secrets out of human hands.