Actions
Bug #3303
closedCMS authentication plugin login only loads by username
Description
When trying to login using LDAP for example the IF check already confirms the user logged in successfully, but we're loading the CB user object by username, which could be stored different from what they supplied for login (often email address). As the user has already confirmed login it should simply load by myId, which will fix all authentication plugin usages as well.
Big thanks to crony for supplying test server and LDAP login.
Files
Actions