|
|
| Name: |
PasswdAuth |
| Base name: |
387 |
| Description: |
Uses the . |
| Related classes: |
HTPASSWD, Kushner, PasswdAuth |
| Version: |
- |
| PHP version: |
- |
| License: |
Unspecified (ask the author) |
| All time users: |
4330 users |
| All time rank: |
525 |
| Week users: |
2 users |
| Week rank: |
1637 |
| |
|
Uses the .htpasswd to authenticate access to your PHP script
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (75.0%) |
Good (87.5%) |
- |
- |
- |
- |
Not sure (46.2%) |
1712 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
| Link |
Description |
| Example usage |
Use test, test for username and password |

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
class.PasswdAuth.inc |
??? |
Uses the .htpasswd file to authenticate users in your PHP script. Inlcudes API for adding and removing users from .htaccess file |
passwdAdmin.php |
??? |
Example usage of the PasswdAuth API. Enable the addition, deletion and change password of users in the htaccess file |
secure_page.php |
??? |
Example of a page that uses PasswdAuth for authentication |
secure_page_admin.php |
??? |
Example of a page that allows only the 'admin' user to access |