Here's my LOGIN.IDC file, with password blanked:
Datasource: EMERALD
Username: Jeff
Password: MYOB
Template: login.htx
RequiredParameters: pass,id
SQLStatement:
+select subaccounts.login, subaccounts.password, subaccounts.customerid,
masteraccounts.customerid, masteraccounts.maexpiredate expire
+from subaccounts,masteraccounts where subaccounts.login='%id%' and
subaccounts.password='%pass%' and
subaccounts.customerid=masteraccounts.customerid
I have ODBC installed on the IIS machine, with the DSN set as per the IDC
file.
Then you have to modify LOGIN.HTM to properly point to the scripts:
User Account Information Login |