Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
maarchRM
Commits
fdf42c6c
Verified
Commit
fdf42c6c
authored
Jan 25, 2022
by
Jerome Boucher
Browse files
FIX #19606 TIME 00:10 fix wrong variable name in userAuth
parent
df414199
Pipeline
#15652
failed with stages
in 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/bundle/auth/Controller/userAuthentication.php
View file @
fdf42c6c
...
...
@@ -91,7 +91,7 @@ class userAuthentication
}
if
(
$userAccount
->
passwordChangeRequired
==
true
)
{
\
laabs
::
setToken
(
'TEMP-AUTH'
,
$
accountToke
n
,
$tokenDuration
);
\
laabs
::
setToken
(
'TEMP-AUTH'
,
$
userLogi
n
,
$tokenDuration
);
\
laabs
::
unsetToken
(
'AUTH'
);
throw
\
laabs
::
newException
(
'auth/userPasswordChangeRequestException'
);
}
...
...
Write
Preview
Supports
Markdown
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