Password input is too difficult for users

Password input is too difficult for users

by Kamil Łuczak -
Number of replies: 1
Picture of Plugin developers

Hi!

How to remove requirement to click on a password field before filling it.


Whether there is such an option do disable it? I want to have standard html password field.

Average of ratings: -
In reply to Kamil Łuczak

Re: Password input is too difficult for users

by Bruce Herbert -

I am not sure if there is a setting, but if not, you might have to create a custom login page which has autofocus on the field. 

You could try making the page as described here:

https://webmaster.dearbornschools.org/2011/11/14/alternate-moodle-login-page-template/

and add in autofocus attribute as described here:

https://www.w3schools.com/tags/att_input_autofocus.asp