Skip to content

Commit

Permalink
[FIX] LDAP users lose session on refresh (#17302)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-lehnen-rc authored and sampaiodiego committed Apr 14, 2020
1 parent dd9b1a1 commit 99c0580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ldap/server/loginHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ callbacks.add('beforeValidateLogin', (login) => {
return login;
}

if (login.type === 'ldap') {
if (login.type === 'ldap' || login.type === 'resume') {
return login;
}

Expand Down

0 comments on commit 99c0580

Please sign in to comment.