Skip to main content
WCAG success criterion · Understandable

3.3.8 Accessible Authentication (Minimum)

Guideline 3.3 Input Assistance. Level AA, part of WCAG 2.2 and later.

ADA compliance guide

What this criterion requires

No step of authentication may require a cognitive function test (memorizing, transcribing, solving puzzles) unless an alternative method exists, a mechanism assists, or the test is object/personal-content recognition.

Who it helps

People with cognitive disabilities, for whom memorized passwords and transcription CAPTCHAs are hard barriers.

Example: fails vs passes

Fails
pwd.addEventListener('paste', e => e.preventDefault());
Passes
/* paste allowed - password managers work */
    <a href="/magic-link">Email me a sign-in link instead</a>

New in 2.2: no memorization or transcription tests without an alternative. Let password managers and copy-paste work.

How to meet and fix it

Common failures auditors find

Automated scanning catches a share of these instantly - run a free check - and a manual audit covers the judgement calls a tool cannot make.

Sources

Last updated . Reviewed by the EqualWeb accessibility team.

Does your site pass 3.3.8?

Run a free automated check now, or have certified IAAP/CPWA auditors test every criterion and document the result.

Book a meeting Start Free Trial