Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp-module-privacyidea
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Perun
Perun ProxyIdP
simplesamlphp-module-privacyidea
Commits
19416f38
Verified
Commit
19416f38
authored
3 years ago
by
Pavel Břoušek
Browse files
Options
Downloads
Patches
Plain Diff
fix: bring back HTML fixes which were silently reverted in a merge commit
introduced in
ed15b615
and reverted in
40707985
parent
2b8636b3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/LoginForm.php
+5
-5
5 additions, 5 deletions
templates/LoginForm.php
with
5 additions
and
5 deletions
templates/LoginForm.php
+
5
−
5
View file @
19416f38
...
@@ -136,7 +136,10 @@ if (null !== $this->data['errorCode']) {
...
@@ -136,7 +136,10 @@ if (null !== $this->data['errorCode']) {
placeholder=
"
<?php
echo
htmlspecialchars
(
$passHint
,
ENT_QUOTES
);
?>
"
/>
placeholder=
"
<?php
echo
htmlspecialchars
(
$passHint
,
ENT_QUOTES
);
?>
"
/>
<strong
id=
"message"
>
<?php
echo
htmlspecialchars
(
$this
->
data
[
'message'
]
??
''
,
ENT_QUOTES
);
?>
</strong>
<strong
id=
"message"
>
<?php
echo
htmlspecialchars
(
$this
->
data
[
'message'
]
??
''
,
ENT_QUOTES
);
?>
</strong>
<br>
<br><br>
<label
for=
"otp"
class=
"sr-only"
>
<?php
echo
$this
->
t
(
'{privacyidea:privacyidea:otp}'
);
?>
</label>
<input
id=
"otp"
name=
"otp"
type=
"password"
<input
id=
"otp"
name=
"otp"
type=
"password"
placeholder=
"
<?php
echo
htmlspecialchars
(
$otpHint
,
ENT_QUOTES
);
?>
"
>
placeholder=
"
<?php
echo
htmlspecialchars
(
$otpHint
,
ENT_QUOTES
);
?>
"
>
<br><br>
<br><br>
...
@@ -226,10 +229,7 @@ if (null !== $this->data['errorCode']) {
...
@@ -226,10 +229,7 @@ if (null !== $this->data['errorCode']) {
</div>
<!-- form-panel -->
</div>
<!-- form-panel -->
<div
id=
"AlternateLoginOptions"
class=
"groupMargin"
>
<div
id=
"AlternateLoginOptions"
class=
"groupMargin"
>
<h3>
<?php
echo
$this
->
t
(
'{privacyidea:privacyidea:alternate_login_options}'
);
?>
</h3>
<h3><label>
<?php
echo
$this
->
t
(
'{privacyidea:privacyidea:alternate_login_options}'
);
?>
</label></h3>
<br>
<!-- Alternate Login Options-->
<!-- Alternate Login Options-->
<input
id=
"useWebAuthnButton"
name=
"useWebAuthnButton"
type=
"button"
value=
"WebAuthn"
/>
<input
id=
"useWebAuthnButton"
name=
"useWebAuthnButton"
type=
"button"
value=
"WebAuthn"
/>
<input
id=
"usePushButton"
name=
"usePushButton"
type=
"button"
value=
"Push"
/>
<input
id=
"usePushButton"
name=
"usePushButton"
type=
"button"
value=
"Push"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment