SuffolkLITLab / docassemble-EFSPIntegration

EFSP (Electronic Filing Service Provider) functionality, using ECF v4.0
https://suffolklitlab.org/docassemble-AssemblyLine-documentation/docs/efiling/overview
MIT License
1 stars 1 forks source link

Show Password checkbox #193

Closed BryceStevenWilley closed 1 year ago

BryceStevenWilley commented 1 year ago

Adds the ALVisible Password custom datatype, that lets you view your password when entering it. It doesn't change anything about the datatype on the backend, just some additional javascript on the frontend (a checkbox to show the password). Tested with screen reader, properly reads the field, lets you check the box, and then will properly read out the typed in password so far, instead of "Bullet bullet bullet bullet..."

Additionally, shows Tyler's error messages when trying to reset passwords, which do say if the email exists or not.

Tests pass locally, test server too unstable to actually test anything.