Gossamer Forum
Home : Products : DBMan : Customization :

Logging In!

Quote Reply
Logging In!
Hi, I was customizing my DBman and I managed to get it so that users dont need to log in, they get default permissions straight away, but how do I log in? As the admin user I can seem to find anywhere to log into the system to get admin rights!

Anyone help?


Thanks

Quote Reply
Re: Logging In! In reply to
Set

$auth_no_authentication = 0;
$auth_allow_default = 1;


In your link for default users, add -- &uid=default -- so your link would look something like

...db.cgi?db=default&uid=default

When you want to log in to do your thing, use

...db.cgi


JPD
http://www.jpdeni.com/dbman/
Quote Reply
Re: Logging In! In reply to
I did what you said, but when I go to db.cgi it just shows the welcome screen with the options "home and log off"

There is not log in form!

thanks

Quote Reply
Re: Logging In! In reply to
Check out http://www.gossamer-threads.com/p/98697. Follow the directions there and see if it works for you.

JPD
http://www.jpdeni.com/dbman/
Quote Reply
Re: Logging In! In reply to
thats way too complicated for me!!! Is there no way that I could include a user id and password in a url?

like db.cgi?uid=admin&pass=admin

or something?

Quote Reply
Re: Logging In! In reply to
Yes, you can do that. But if you are just getting the Home and Log Off links when you go to the db.cgi script, it tells me there is an issue with your server that needs to be fixed. If you don't fix it, it won't matter what information you send through the URL. The script will not recognize it.

This is not complicated. It consists of adding a few # characters to a file.

JPD
http://www.jpdeni.com/dbman/