Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
84208b27
Commit
84208b27
authored
Oct 13, 2021
by
Ammar Alakkad
Committed by
David O'Regan
Oct 14, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve UX of group two factor grace period input
Changelog: other
parent
d0f22537
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/views/groups/settings/_two_factor_auth.html.haml
app/views/groups/settings/_two_factor_auth.html.haml
+2
-2
No files found.
app/views/groups/settings/_two_factor_auth.html.haml
View file @
84208b27
...
...
@@ -11,8 +11,8 @@
_
(
'Require all users in this group to set up two-factor authentication'
),
checkbox_options:
{
data:
{
qa_selector:
'require_2fa_checkbox'
}
}
.form-group
=
f
.
label
:two_factor_grace_period
,
_
(
'Time before enforced'
)
,
class:
'label-bold'
=
f
.
text_field
:two_factor_grace_period
,
class:
'form-control form-control-sm w-auto'
=
f
.
label
:two_factor_grace_period
,
_
(
'Time before enforced'
)
=
f
.
text_field
:two_factor_grace_period
,
class:
'form-control form-control-sm w-auto
gl-form-input gl-mb-3
'
.form-text.text-muted
=
_
(
'Time (in hours) that users are allowed to skip forced configuration of two-factor authentication.'
)
-
unless
group
.
has_parent?
.form-group
...
...
Write
Preview
Markdown
is supported
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