Gossamer Forum
Home : Products : DBMan : Customization :

Strange login problem...

Quote Reply
Strange login problem...
I'm not sure why this is happening, but I just noticed it. Never tested it before. Whether an account has been created or not, anybody can login via my login form on a static page with a new username and password without having to register. When they login, they get the main script page that lists their permissions and links, but they just get the edit profile permission and none of the links to add, delete, modify, etc. work since they havent registered. I dont want people to be able to login without registering, but to get a username does not exist notice. Is this something in auth.pl? Can someone help? Thanks! Smile
Quote Reply
Re: [wdu2002] Strange login problem... In reply to
default.cfg

Make sure these

$auth_no_authentication = 0;

$auth_allow_default = 0;

are set to zero