use macros/group ordering config in CertificateResetByMail (#2797)

This commit is contained in:
Maxime Besson 2022-09-21 10:57:48 +02:00
parent de2f0b0731
commit 36234e6429
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ sub _certificateReset {
# Search user in database
$req->steps( [
'getUser', 'setSessionInfo',
'setMacros', 'setGroups',
$self->p->groupsAndMacros,
'setPersistentSessionInfo', 'setLocalGroups'
]
);