
21 Oct
2003
21 Oct
'03
8:30 p.m.
On Tuesday, October 21, 2003 4:42 PM
Christian Junk
In "Kernel/System/Auth/DB.pm" - "sub Auth" you can find the following SQL statement:
In "Kernel/System/CustomerAuth/DB.pm" - "sub Auth" you find the counterpart with "hardcoded table & column names":
So, here is my question: why do you use "UserTableUserID" in the first select statement and "login" in the other? I think the select statements should be equal?
They shouldn't, as the latter refers to the Customer Backend only, whereas the former is applicable when authenticating users (agents). hth, Robert Kehl