Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
a44d41bb
Commit
a44d41bb
authored
Nov 22, 2021
by
jun
Browse files
MDL-72927 core: Make Remember username checkbox look like a checkbox
parent
7013bda3
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/templates/loginform.mustache
View file @
a44d41bb
...
...
@@ -150,7 +150,7 @@
</div>
{{#
rememberusername
}}
<div
class=
"login-form-rememberusername form-group"
>
<div
class=
"custom-control custom-
radio
"
>
<div
class=
"custom-control custom-
checkbox
"
>
<input
type=
"checkbox"
name=
"rememberusername"
id=
"rememberusername"
class=
"custom-control-input"
value=
"1"
{{#
username
}}
checked
{{/
username
}}
/>
<label
class=
"custom-control-label"
for=
"rememberusername"
>
{{#
str
}}
rememberusername, admin
{{/
str
}}
</label>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment