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
c8925784
Commit
c8925784
authored
Jan 25, 2022
by
Jerome Boucher
Browse files
Merge branch 'master' into 'develop'
Master See merge request
!705
parents
9910df42
7ca2d3d7
Pipeline
#15656
failed with stages
in 20 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/bundle/auth/Controller/userAuthentication.php
View file @
c8925784
...
...
@@ -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