|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
password authentication
Originally posted by : ify (iagbim00@hotmail.com)I have a program developed in html and asp.It works but I need to add 2 more features to this code .i've tried so mant things but still cannot get it to work.I want after the 3rd attempt by the user who is atttempting to login (when the database is opened),for the system to refer user to the systems administrator because 3 login have failed.I have pastesd my code that works so far.you can also make up a dummy database with 2fields.Regards,ify New Page 1passwrd -! Login Screen User ID (FirstInitial, LastName)Password (At least Six Characters)
|
|
#2
|
|||
|
|||
|
Originally posted by : ------------ify at 12/28/2001 11:13:55 AMI have a program developed in html and asp.It works but I need to add 2 more features to this code .i've tried so mant things but still cannot get it to work.I want after the 3rd attempt by the user who is atttempting to login (when the database is opened),for the system to refer user to the systems administrator because 3 login have failed.I have pastesd my code that works so far.you can also make up a dummy database with 2fields.Regards,ify New Page 1passwrd -! * * ********************************************* ****************************************** Login Screen***** *User ID******* (FirstInitial, LastName)Password** (At least Six Characters)****
|
|
#3
|
|||
|
|||
|
Authentication filter
For your authentication needs you may want to try bcAuthenticate.
You can create your users in a database and let an ISAPI filter map them to NT accounts on the fly. http://www.bestcode.com/html/bcauthenticate.html bcAuthenticate is an ISAPI based Authentication filter for IIS 4,5,6. It allows you put userid passwords in a database and manage them individually instead of relying on Windows NT accounts. It uses ODBC to access the database and map the users to NT accounts. It also caches them in memory for specified amount of time so it is fast. It has a GUI admin also. Regards, g. |
![]() |
| Viewing: ASP Free Forums > System Administration > Microsoft IIS > password authentication |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|