new user form accessible

new user form accessible

by rui pereira -
Number of replies: 2

Hello i'm the new guy!
Does anybody knows how can i access to mustache file (html) that have the form to create new user (username, password, name, lastname...form fields).
I need to insert new tags to screen reader (for blind people).
And i'm stuck i don't know where is the file (the path).
I'me using moodle 3.9

I have access to cpanel where moodle is installed 😅
Thanks in advance.

Average of ratings: -
In reply to rui pereira

Re: new user form accessible

by Davo Smith -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
There isn't a mustache template that contains the form, just a set of mustache templates that define each of the field types used within all the forms in Moodle (e.g. text field, date picker, etc.)

The form definition is in user/editadvanced_form.php, with a lot of the fields defined in user/editlib.php, function useredit_shared_definition()
Average of ratings: Useful (1)
In reply to Davo Smith

Re: new user form accessible

by rui pereira -
hey Davo Smith, thanks for your reply.
So in username i have this code (inspector)...my question where can i change aria-describedby="id_error_username"