PDA

View Full Version : Password Protection



a-arse
06-03-2004, 10:01 AM
Hi,
I want to create a 'members area' ( with server stats, forum, etc. ) in which customers can login too, i want to have it set up so that my user's can login with their Direct Admin usernames and passwords through a htaccess style authentification ( like phpmyadmin + squirrellmail ). Obviously i could create a htpasswd file and manually add the same username and password whenever i create and account, but i noticed that phpmyadmin and squirrelmail seem to do it differently? I've had a look and couldn't find any .htaccess files or config files, how is it done? Thanks

DirectAdmin Support
06-03-2004, 11:22 AM
CMD_API_VERIFY_PASSWORD

http://www.directadmin.com/features.php?id=193

You'd use l0rdphi1's communication class with a php based login system.

John

a-arse
06-03-2004, 02:18 PM
Thanks! Nice script :)