Gossamer Forum
Home : Products : DBMan : Installation :

Simple question...login page

Quote Reply
Simple question...login page
Isn't there a distinct url to the login page?
For instance the logoff page is
$db_script_link_url&logoff=1

Because on the script as I have it set up, when a user logs off, I want it to take it to the login screen.. But when I link it to just the database, it takes them to the 'Main Menu' and not the login page.

thanks,

Jon

Quote Reply
Re: Simple question...login page In reply to
ummm ... sounds like you have your permissions set so that you do need to login to view. Look in default.cfg if that's what you still call that and check out the area from lines 109 and down. I have a basic standard version up and running with everything still at GT defualt levels.

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


I hope that I have been helpful :D

on the pages in between ...
Quote Reply
Re: Simple question...login page In reply to
Yeah I think I accidentally turned 'Authorization' on off.
Thanks for the help anyway though.

To whoever runs these forums, alex if it's you, I believe there is a problem with the delete thread function. When I try to delete my own posts, I get a 'NO_EDIT' error.

Jon