Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp-module-perun
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
Model registry
Analyze
Model experiments
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
v1
simplesamlphp-module-perun
Commits
68c24109
Commit
68c24109
authored
2 years ago
by
Pavel Břoušek
Browse files
Options
Downloads
Patches
Plain Diff
fix: allow alphanumerical backup codes
do not restrict 2FA codes to numbers
parent
9cdc3ad0
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#219672
passed with warnings
2 years ago
Stage: .pre
Stage: test
Stage: release
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
themes/perun/privacyidea/LoginForm.php
+1
-1
1 addition, 1 deletion
themes/perun/privacyidea/LoginForm.php
with
1 addition
and
1 deletion
themes/perun/privacyidea/LoginForm.php
+
1
−
1
View file @
68c24109
...
...
@@ -108,7 +108,7 @@ if ($this->data['errorCode'] !== null) {
<div
class=
"form-group col-sm-12 col-md-6"
>
<label
for=
"otp"
class=
"sr-only"
>
<?php
echo
$this
->
t
(
'{privacyidea:privacyidea:otp}'
);
?>
</label>
<input
id=
"otp"
name=
"otp"
tabindex=
"1"
value=
""
class=
"form-control"
autocomplete=
"one-time-code"
type=
"number"
inputmode=
"numeric"
pattern=
"[0-9]{6,}"
required
inputmode=
"numeric"
required
placeholder=
"
<?php
echo
htmlspecialchars
(
$otpHint
,
ENT_QUOTES
);
?>
"
<?php
echo
$this
->
data
[
'noAlternatives'
]
?
' autofocus'
:
''
;
?>
/>
</div>
...
...
This diff is collapsed.
Click to expand it.
Jednotné přihlášení test
@9008807
mentioned in commit
69fe4b15
·
2 years ago
mentioned in commit
69fe4b15
mentioned in commit 69fe4b159bd4a7f6dc51fd57e46d496a01d0f904
Toggle commit list
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