Merge branch 'MDL-52952-29-fix' of github.com:xow/moodle into MOODLE_29_STABLE

This commit is contained in:
Dan Poltawski
2016-03-23 12:08:08 +08:00
+1 -1
View File
@@ -3600,5 +3600,5 @@ function get_formatted_help_string($identifier, $component, $ajax = false, $a =
* @return string HTML to prevent password autofill
*/
function prevent_form_autofill_password() {
return '<div class="hide"><input type="text" /><input type="password" /></div>';
return '<div class="hide"><input type="text" class="ignoredirty" /><input type="password" class="ignoredirty" /></div>';
}