Project Description:
I need a php full web interface to control username/password of apache2 .htaccess/.htpasswd
1- php webmanager connects to mysql database
2- add/edit/remove user/passwd
3- only 4 entries to be stored in database: username, password, date(dd/mm/yyyy), and group
4 - date is for expiry: when the user expires the username/passwd should be removed from htpasswd and stay in mysql as inactive user
5- when user expires list should have filter to display expired users
6- should be able to sort the users list by date and/or group
you can use an existing script and edit it to suit my requirement it only needs some cosmetics to be done
http://www.phpdeadlock.org/download.php its a full php manager need to take off all extra bits and leave the admin part only.