Gossamer Forum
Home : Products : DBMan : Customization :

How to bypass logon for admin?

Quote Reply
How to bypass logon for admin?
How can I bypass the logon process for the admin only?

I use authentification=0 (there is authentification), I have username/and password in my default.pass and auth-user-field set up with the field were I want store admin user ID.

Is there a way to include userid in links calling forms to add/modify/delete only for the admin to bypass logon?

Thanks
Quote Reply
Re: [wirefram] How to bypass logon for admin? In reply to
You can use a link to login without using the form, but since it will create a session ID, you can't include the option of also going directly to the add, modify or delete forms.

For the login link you can use for example:

?db=default&userid=admin&pw=admin&login=1

Unoffical DBMan FAQ
http://redundantcartridge.com/dbman/
Quote Reply
Re: [LoisC] How to bypass logon for admin? In reply to
Works fine, thanks you very much !