Reply to Re: Website Memberships
If you don't have an account, just leave the password field blank.
The password protected directories are done using Basic Authentication with a .htaccess file. This use a .htpasswd file in which it stores the users and passwords. I don't know where your host stores this file, but if you can manage to write to it using some language that it does support, you can make it work. You'll have to find out the way passwords are encrypted, though. My guess is md5.