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
8bfae74e
Commit
8bfae74e
authored
Aug 11, 2017
by
Douwe Maan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete correct key from `session` after authenticating using U2F
parent
86f5a4aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/controllers/concerns/authenticates_with_two_factor.rb
app/controllers/concerns/authenticates_with_two_factor.rb
+1
-1
No files found.
app/controllers/concerns/authenticates_with_two_factor.rb
View file @
8bfae74e
...
@@ -69,7 +69,7 @@ module AuthenticatesWithTwoFactor
...
@@ -69,7 +69,7 @@ module AuthenticatesWithTwoFactor
if
U2fRegistration
.
authenticate
(
user
,
u2f_app_id
,
user_params
[
:device_response
],
session
[
:challenge
])
if
U2fRegistration
.
authenticate
(
user
,
u2f_app_id
,
user_params
[
:device_response
],
session
[
:challenge
])
# Remove any lingering user data from login
# Remove any lingering user data from login
session
.
delete
(
:otp_user_id
)
session
.
delete
(
:otp_user_id
)
session
.
delete
(
:challenge
s
)
session
.
delete
(
:challenge
)
remember_me
(
user
)
if
user_params
[
:remember_me
]
==
'1'
remember_me
(
user
)
if
user_params
[
:remember_me
]
==
'1'
sign_in
(
user
)
sign_in
(
user
)
...
...
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