In reviewing accessibility of my site using the SiteImprove Chrome plugin I found problems with the Lost Login page.
The <label>Reminder needed for</label> was not connected to a form control.
The form control elements were not grouped.
I was able to solve this by hacking the comptroller.htm.php file (I know, not reccomended!) and doing the following:
inserting ".'<fieldset>" at line 734
changing the"'<label for="typeofloose"" to "<lengend" and ".</legend>" for ". '</label>'"
inserting ".</fieldset>" at the new line 750
This fixed all the problems and the page still works, though the layout is vertical rather than horizontal.
The university I am building the site for requires accessibility, and this fixed an A level error, so perhaps you could consider it as an issue to address in the next update. I will appreciate any feedback.
Best wishes.
Richard Brundage