I need a PHP class for htpasswd manager #htpasswd manager
Edit
by Lou Cook - 5 years ago (2019-12-09)
Need password management system that uses .htpasswd file.
| Need password management system that uses .htpasswd file to limit access to different folders. |
Ask clarification
1 Recommendation
HN_htusers: Manage Apache user and group authentication files
This class can be used to manage Apache user and group authentication files.
It can manage Apache .htaccess and .htgroup files to define users, groups and passwords for authentication. Optionally it can manage extra information for users, stored in a third file.
It uses Apache-style MD5-crypt passwords to be portable between win and *nix platforms.
The class provide a forms based user interface to manage the authorization files definitions of users and groups.
It can also perform HTTP basic authentication for users defined in the configuration files directly from PHP instead of having it done by Apache.
This class is based on prior work by Jarno Elonen and Sarah King.
| by Manuel Lemos 26695 - 5 years ago (2020-02-17) Comment
This package provides a good solution for your problem as it provides a Web interface to manage Apache permission files .htpasswd and .htgroup . |