if I am using the .htaccess/.htpasswd to protect a folder, if the user forget the user name and password, then we cannot retrive it.
is there a free script you can recommend that i can run a user database to manage the users' sign in, activate, suspend, delete etc.
And also, every update on the user database, will automatically run htpasswd to update the .htpasswd file to reflect the user/password changes right away.
Thanks!