What: The “forgot password”-link’s accessible name is “?” (the accessible name is taken from the contents); this doesn’t indicate the link’s purpose.
Recommendations: Add a more descriptive accessible name through either a visually hidden<span> or aria-label attribute on the link.
Where: Login pages
What: The “forgot password”-link’s accessible name is “?” (the accessible name is taken from the contents); this doesn’t indicate the link’s purpose.
Recommendations: Add a more descriptive accessible name through either a [visually hidden](https://www.a11yproject.com/posts/how-to-hide-content/) `<span>` or `aria-label` attribute on the link.
![location of the forgot password link](/attachments/a14cdb35-f30e-4ebd-9790-b5fe6da461df)
Where: Login pages
What: The “forgot password”-link’s accessible name is “?” (the accessible name is taken from the contents); this doesn’t indicate the link’s purpose.
Recommendations: Add a more descriptive accessible name through either a visually hidden
<span>
oraria-label
attribute on the link.Add accessible name to the forget password linkto Add accessible name to the forgot password link 1 year ago