Gossamer Forum
Home : Products : DBMan : Installation :

Everybody can Log in

Quote Reply
Everybody can Log in
But this is not what I want.
I've changed the permissions couple of times...and same result. If i leave the user name and password fields empty, and if I hit login button...I am there.
Default.pass is:
--------------------------------
:XU4eYRjwj3zQ6:::::
:/gH6roYnd0VSE:::::
:yGbIPaXJGh9nM:::::
:xkHgV3.PED.uc:::::
:t9cUELD0.wa9.:::::
:.NO7CtJnWGrME:::::
:L7alh3F0tdxco:::::
:YKXovVqmdF2JA:::::
:1.02be1oX6p.A:::::
:3lZvN1buIFa3k:::::
:Mam/FKKJ9cU2w:::::
:iXkat9SX0BADQ:::::
----------------------------

Please help.
Quote Reply
Re: Everybody can Log in In reply to
You have no usernames or permissions in your default.pass file. That is why anyone can log in. I don't know why that happened.




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





Quote Reply
Re: Everybody can Log in In reply to
I noticed that.
And I've tried all combinations for the permissions.
The last combination is:
$auth_no_authentication = 0;
$auth_logging = 1;
$auth_allow_default = 0;
@auth_default_permissions = (1,0,0,0,0);
$auth_signup = 1;
@auth_signup_permissions = (0,0,0,0,0);
$auth_modify_own = 0;
$auth_view_own = 1;

But i've tried all possibilites as well.
Doesn't work. I couldn't find ant similar message here, but if somebody already have answered my question, please just give me a link. I'm keep triyng to find an answer.

adriagor
Quote Reply
Re: Everybody can Log in In reply to
If you have

@auth_signup_permissions = (0,0,0,0,0);

Then no one will be able to do anything on your database after they sign up.

More troubling, though, is that there are no usernames. Have you made any changes to the db.cgi file?



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





Quote Reply
Re: Everybody can Log in In reply to
If I hace
@auth_signup_permissions = (1,0,0,0,0); - same thing.
I haven't change nothing in the db.cgi.
As a metter of fact..I try with fresh copy of db.cgi. And again...everybody is able to enter without entering username and password.
I'm trying with new users..default.pass is growing as a file, but in the same shape.