Creating an ADA compliant login page

0
No votes yet

We were assured that the portal was ADA compliant with most screen readers, however the screen reader that we use won't read the login page. The loginf.jsp contains frames that the screen reader won't read. I haven't tried adding the login.jsp code into the loginf.jsp yet.

So I've tried creating a new index.html page in /opt/luminis/webapps/luminis (on solaris). I've taken the source code from the original login page, and made a new index.html from the code.

The screen reader reads it fine, and it seems to login, but I'm getting some strange errors in my cp.log that tells me that something's not quite right with it.

I don't want to move the login outside of luminis, that does work, but for security reasons I would rather stay inside the system.

Has anyone else had any luck with this?

Jeremy