Gossamer Forum
Home : Products : DBMan : Installation :

Create Account

Quote Reply
Create Account
If I want the Create Account Page to show up first, is there anything else to setup but: $auth_no_authentication = 0;
$auth_logging = 1;
$auth_allow_default = 0;
@auth_default_permissions = (0,0,0,0,0);
$auth_signup = 1;
@auth_signup_permissions = (1,1,1,1,0);
$auth_modify_own = 1;
$auth_view_own = 1;
$auth_user_field = 9;
Quote Reply
Re: Create Account In reply to
Hi,

well you have to set the paths too Smile .
Other than that everything is ready to go ( I think ).
As far as I am aware though you have to call the Create Account page with
http://yourdomain.com/cgi-bin/dbman/db.cgi?signup_form=1

Hope this helps but I bet JPD knows what you're looking for ...<g>

Cheers

Broder
Quote Reply
Re: Create Account In reply to
Works.Thanks Broder