Gossamer Forum
Home : Products : DBMan : Installation :

Re: User ID/Password creation

Quote Reply
Re: User ID/Password creation In reply to
I found the problem.

$auth_no_authentication = 1;

This needs to be set to 0. It seems kind of backwards, I know, but in order to have the login page come up, you need to have

$auth_no_authentication = 0;

I also see two problems in your .cfg file that are unrelated to the current issue:

@auth_default_permissions = (1,0,0,0,1);

Are you sure you want a default user to have admin permissions?

$auth_user_field = 9;

Your field #9 is City. The only field that looked like it might be a field for the userid is "Nick." If that's what you intend, you need to set $auth_user_field to 2. If not, either you need to create a field for the userid, or set $auth_modify_own to 0. (Without a userid field, having $auth_modify_own = 1 doesn't work.)




------------------
JPD





Subject Author Views Date
Thread User ID/Password creation sangiro 6606 Mar 7, 1999, 5:08 PM
Post Re: User ID/Password creation
JPDeni 6269 Mar 7, 1999, 5:59 PM
Post Re: User ID/Password creation
sangiro 6334 Mar 8, 1999, 8:06 AM
Post Re: User ID/Password creation
siumudmud 6342 Mar 8, 1999, 7:32 PM
Post Re: User ID/Password creation
JPDeni 6349 Mar 9, 1999, 5:35 AM
Post Re: User ID/Password creation
siumudmud 6260 Mar 9, 1999, 5:11 PM
Post Re: User ID/Password creation
JPDeni 6248 Mar 9, 1999, 6:20 PM
Post Re: User ID/Password creation
siumudmud 6260 Mar 11, 1999, 8:51 AM
Post Re: User ID/Password creation
JPDeni 6289 Mar 11, 1999, 2:01 PM
Post Re: User ID/Password creation
siumudmud 6253 Mar 12, 1999, 7:38 AM
Post Re: User ID/Password creation
JPDeni 6272 Mar 12, 1999, 11:48 AM
Post Re: User ID/Password creation
Alex 6272 Mar 12, 1999, 1:02 PM
Post Re: User ID/Password creation
PokiMo 6295 Mar 13, 1999, 9:49 PM
Post Re: User ID/Password creation
JPDeni 6246 Mar 14, 1999, 1:44 PM
Post Re: User ID/Password creation
PokiMo 6306 Mar 15, 1999, 4:18 AM
Post Re: User ID/Password creation
JPDeni 6264 Mar 15, 1999, 7:58 AM
Post Re: User ID/Password creation
JPDeni 6261 Mar 17, 1999, 9:31 PM
Post Re: User ID/Password creation
PokiMo 6248 Mar 18, 1999, 4:07 AM
Post Re: User ID/Password creation
PokiMo 6281 Mar 19, 1999, 3:10 AM