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
5ccceec5
Commit
5ccceec5
authored
Jan 25, 2022
by
Jerome Boucher
Browse files
Merge branch 'develop' into 'Support/2.8.X'
Develop See merge request
!706
parents
52ec7f3b
c8925784
Pipeline
#15657
failed with stages
in 22 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
5ccceec5
# CHANGELOG
## Version 2.8.1
-
`Fixed`
Impossible de modifier son mot de passe pour un utilisateur nouvellement créé
## Version 2.8
-
`Added`
Connecteur de réception des paquets restitués depuis la plateforme T@ct de API.
...
...
VERSION.md
View file @
5ccceec5
2.
8
2.
8
.1
src/bundle/auth/Controller/userAuthentication.php
View file @
5ccceec5
...
...
@@ -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