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
#1
Updated by krileon over 12 years ago
- File cb.authentication.php cb.authentication.php added
- File 3303.patch 3303.patch added
- Status changed from Assigned to Resolved
- Assignee changed from krileon to beat
- % Done changed from 0 to 100
Pre-patched CB 1.8 authentication file included.
Updated by beat over 12 years ago
- Status changed from Resolved to Closed
- Estimated time set to 4:00 h
committed in r1816. Thanks!
Actions