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
fusiondirectory
fusiondirectory
Commits
13ecbb25
Commit
13ecbb25
authored
Sep 15, 2014
by
Côme Bernigaud
Committed by
Benoit Mortier
Sep 15, 2014
Browse files
Fixes:
#3316
possible xss in login screen
parent
2beefac9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ihtml/themes/default/login.tpl
View file @
13ecbb25
...
...
@@ -26,7 +26,7 @@
<div>
<label
for=
"username"
><img
class=
"center"
src=
"
{
$personal_img
}
"
alt=
"
{
t
}
Username
{/
t
}
"
title=
"
{
t
}
Username
{/
t
}
"
/>
</label>
<input
type=
"text"
name=
"username"
id=
"username"
maxlength=
"40"
value=
"
{
$username
}
"
<input
type=
"text"
name=
"username"
id=
"username"
maxlength=
"40"
value=
"
{
$username
|
escape
}
"
title=
"
{
t
}
Username
{/
t
}
"
onFocus=
"nextfield= 'password';"
/>
<br
/>
<br
/>
...
...
bmortier
@bmortier
mentioned in issue
#1106 (closed)
·
Sep 02, 2017
mentioned in issue
#1106 (closed)
mentioned in issue #1106
Toggle commit list
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