EqualifyEverything / equalify

A web accessibility platform, managing issues by integrating with A11Y services.
https://equalify.app
Other
117 stars 21 forks source link

Add Password Reset #349

Closed bbertucc closed 4 months ago

bbertucc commented 4 months ago

What problem is the feature trying to solve?

We currently have no way to reset a password.

Desired Solution

A password reset link on the sign-in page. This link should allow a user to reset their password.

bbertucc commented 4 months ago

Assigning this to @heythisischris, but feel free to change if you're not the one to handle it.

heythisischris commented 4 months ago

Completed! You should now be able to reset your password.

kevinandrews1 commented 4 months ago

@heythisischris Can we reopen this and assign it to me? I wanna test for accessibility especially a critical workflow such as this--resetting a pw. Thanks.

heythisischris commented 4 months ago

Reopened it @kevinandrews1!

kevinandrews1 commented 4 months ago

@heythisischris the textfield needs to have email as an explicit label or associated with aria-labelledby (I recommend explicit). Tested w/both latest JAWS and NVDA. Just says edit so you don't know the purpose of the field only that's an editable textfield.

bbertucc commented 4 months ago

@heythisischris mind looking into the issues Kevin reported?

bbertucc commented 4 months ago

@kevinandrews1 - Can you re-review this feature? The update is pushed and it should be working.