Steps to reproduce the issue
Frontend login module
Admin login page
Admin user form
observe the password field and that if you can see and use a mouse then you are able to click on the eye icon and the password is revealed
Expected result
- Users must be able to navigate to all interactive interface components using a keyboard.
- Visible focus. incomplete. Components must provide a visible indication when they have the input focus. (it's a span not an input element)
- After clicking on the eye there is no change in the sr-only text to indicate that the password is revealed
Additional comments
As it stands right now the password view code is completely inaccessible and should be removed
See PRs #27412 #27425