Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
maarchRM
Commits
6c96f532
Verified
Commit
6c96f532
authored
Aug 12, 2020
by
Cyril Vazquez
Browse files
Fix/14602 lock with timestamp
parent
92f566f4
Pipeline
#9023
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/bundle/auth/Controller/userAuthentication.php
View file @
6c96f532
...
...
@@ -110,7 +110,7 @@ class userAuthentication
&&
$userLogin
->
badPasswordCount
>
$this
->
securityPolicy
[
'loginAttempts'
]
-
1
)
{
$userAccountController
=
\
laabs
::
newController
(
'auth/userAccount'
);
$userAccountController
->
lock
(
$userLogin
->
accountId
);
$userAccountController
->
lock
(
$userLogin
->
accountId
,
true
);
$eventController
=
\
laabs
::
newController
(
'audit/event'
);
$eventController
->
add
(
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment