AndreasBoehmer Posted June 16, 2001 Posted June 16, 2001 So I have installed the Web Security database for my database called 'mmarts_forum'. If the user tries to mae a new entry, he is being asked by Filemaker for a username and a password. Two things: 1. How can I ask for the username and password with a regular form instead of the pre-build option Filemaker gives me? 2. I noticed that after entering the username and password into the pre-build option the first time, I am not being asked for it again. As the website will be used by several people using the same computer, I have to find a way to force them to enter their username/password for every entry they make. Thanks for your help!
Anatoli Posted June 17, 2001 Posted June 17, 2001 1. Program your own security system 2. After you end browser session, in next session browser will ask again. If first user will "save" the password (MSIE 5 and NN 6 Gecko) all users can use it without even know-it.
AndreasBoehmer Posted June 19, 2001 Author Posted June 19, 2001 Alright, programing my own security system. Let's say I've got a database with usernames and passwords in it. I know how to match them in CDML. The question I am having is how to make sure that users can't view all the content of the database? I can't really secure this database with access privileges because the user needs read access in order to match the username/password. Or am I wrong? So how to secure it from sleazy eyes? [ June 19, 2001: Message edited by: AndreasBoehmer ]
Anatoli Posted June 20, 2001 Posted June 20, 2001 My Users/clients database is not accessed directly. User is login into "Log" database, that is comparing what is in Users and if both strings mach, the User can continue. Simple relation with Calc field: system_name_password must be the same as in User database. There are for sure other ways. I am using one Log database for all various systems -- hence the system field describing which system is logging in.
Recommended Posts
This topic is 8548 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now