Gossamer Forum
Home : Products : DBMan : Customization :

register

Quote Reply
register
Hi, I was last here back in 2000.

I need to catch up with a couple of things.

I remember adding a user sign up mod, but can't find the code anywhere.

Can anyone point me in the right direction, I think JP Deni had it but there are quite a few bad links on her site. JP, if you read this, Is your site up and ok?



Thanks, Paul
Quote Reply
Re: [plasticman] register In reply to
As far as I know, that function is built in to the dbman demo, and only requires you to change the option in the .cfg file, see below;

# Allow people to sign up for their own userid/passwords? They will
# recieve default permissions.
$auth_signup = 1;

Was this what you were thinking of?