Credential & MFA Policy Prompt
Set credential rules that help instead of annoy — modern password handling, MFA factors and when to require them, and account-recovery that isn't the weakest link.
Overview
Credential policy is where security theatre lives — arbitrary rotation, complexity rules that breed Password1!, and a recovery flow that undoes the MFA you required. This prompt designs a policy on current guidance: how passwords are stored and checked (including breach-check), which MFA factors and when, lockout and rate-limiting, and a recovery path that isn't a backdoor.
Why This Works
- Length and breach-checks beat the complexity rules that breed weak patterns
- Step-up MFA protects sensitive actions without friction on every login
- A recovery flow as strong as login closes the most common MFA bypass
Best for
- Products handling accounts worth protecting
- Teams using outdated complexity/rotation rules
- Apps adding MFA and needing a recovery story
Not for
- Reviewing session handling — use the Session Management Review Prompt
- The broad auth mechanism choice — use the Authentication Strategy Prompt
Use cases
- Setting a password and MFA policy for a product
- Deciding when to require step-up MFA
- Designing account recovery that doesn't bypass MFA