Browse
For agents
About
WebTotem Security
/
2.4.31
WebTotem Security
v2.4.31
Switch version
3.0.2
3.0.1
3.0.0
trunk
1.0
1.1
1.2
1.3
1.3.1
1.3.2
1.3.3
2.0
2.1
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.6
2.1.7
2.1.8
2.1.9
2.2.1
2.2.2
2.2.3
All 110 releases
Overview
Code
wt-security
/
includes
/
templates
/
login_auth_form.html.twig
login_auth_form.html.twig
in WebTotem Security 2.4.31, at includes/templates/login_auth_form.html.twig
13 lines
537 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
div
id
=
"
wtotem-prompt-overlay
"
>
2
<
div
id
=
"
wtotem-prompt-wrapper
"
>
3
<
p
>
4
<
label
for
=
"
wtotem-token
"
>
2FA Code
</
label
>
5
</
p
>
6
<
p
>
7
<
input
type
=
"
text
"
name
=
"
wtotem-token
"
id
=
"
wtotem-token
"
aria-describedby
=
"
wtotem-token-error
"
class
=
"
input
"
value
=
"
"
size
=
"
6
"
autocomplete
=
"
off
"
/>
8
</
p
>
9
<
p
class
=
"
submit
"
>
10
<
input
type
=
"
submit
"
name
=
"
wtotem-token-submit
"
id
=
"
wtotem-token-submit
"
class
=
"
button button-primary button-large
"
value
=
"
Log In
"
/>
11
</
p
>
12
</
div
>
13
</
div
>