This class is intended to authenticate users by calling a stored procedure of Microsoft SQL server named SP_Login.
It works by comparing the password supplied by the user against the password returned by the stored procedure. These passwords are encrypted using the MD5 algorithm to avoid storing clear text passwords.
The class may also output a simple login form in HTML ready to use by any application that does not provide its own login form.
|
|
| Name: |
authenticator |
| Base name: |
auth |
| Description: |
Authenticate users with MS SQL SP_Login procedure |
| Version: |
- |
| PHP version: |
- |
| License: |
GNU General Public License (GPL) |
| All time users: |
2736 users |
| All time rank: |
1214 |
| Week users: |
1 user |
| Week rank: |
2051  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Insufficient (20.0%) |
Not sure (50.0%) |
- |
- |
- |
- |
Bad (15.0%) |
2333 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
auth.php |
Class |
Autenticator class |