Website Membership?

Note: This post has nothing to do with the Reader’s recent decision to consider offering the SDMB on a subscription basis.

I’m planning to contract the construction of a website for a non-profit industry organization I belong to. We want certain parts of the site to require login; in other words, certain articles, news, etc will be available only to members.

So, the Proposals came back in and the creation of a database to do this is quite expensive. Does anyone know of a stand-alone product that can be purchased to manage this sort of thing?

For example, UBB handles membership, but only for the Forums admins create. Can anyone point me in the right direction?

Thanks.

I am worried that I was not clear in my OP and I want to make sure I’m being clear about one point: I want different users/members to be able to pick and use their own passwords. I don’t want to tell all 150 members of the organization the password is “whatever.” I want each of them to be able to use their own.

So, the first time they visit the site, they:
[list=1]
[li]Enter their full name which is checked against a back-end database of members in good standing.[/li][li]Enter their own password.[/li][li]Continue on to the protected content[/li][/list=1]

Can anyone help me?

[sub]
Hey - by clarifying, I bumped this thread. Oops. ;)[/sub]

My host includes a nifty program called Web Protect that can protect directories or individual files. The admin has to enter the users/pws by hand, but that isn’t too bad if you’ve only got 150 to deal with.

I can’t find any info on that particular script, but you should be able to dig up other solutions at:

http://cgi.resourceindex.com/Programs_and_Scripts/Perl/Password_Protection/

and

http://php.resourceindex.com/Complete_Scripts/User_Management/Password_Protection/

You might go to hotscripts.com and see if you can find anything there that will do wha you want.

You should find something both in cgi/perl or Php which would use MySQL as the database. By the way, both are free.

-Waneman

I think you can do what you want to do with .htaccess/.htpassword if your host supports it.

It’s free with a lot of web hosting packages.