Newbies douglass Posted August 1, 2001 Newbies Posted August 1, 2001 I just started working for my college library, and they are using FMPro for a couple of their databases. The databases are used by students as well as staff. I'd like to make it so that students don't have to login as a guest every time they come to the main page of the server to do a search, but give staff the option as logging in so that they can add/change/ect the entries. Any ideas? I was thinking something along the lines of a page for students that automically logs them in when they access the database, but I have no idea whether that is possible or how to do it. Thanks, Ralph Douglass Oberlin College
Anatoli Posted August 2, 2001 Posted August 2, 2001 Is this on Intranet and FM accessed via Browsers? You can set Web Security to allow guests without password.
Vaughan Posted August 31, 2001 Posted August 31, 2001 You haven't actually stated whether you are sharing them with Web Companion, Instant or Custom. If you are using Custom, then set up the Web Security databases to allow browse access for all the relevant databases to guests, by creating an "all users" record for them. When they try to edit reate or delete records they will be asked to authenticate. Of course they don't have a password so they cannot complete the operation. You could make a separate web entry point for students that don't have the links to edit etc if you want.
Tyfud Posted September 5, 2001 Posted September 5, 2001 if you are using Custom publishing, set cookies with their username/password. Have the cookie be the value for the input type. Then have javascript which "on Load=javascript:form.submit()", This will autologon.
Anatoli Posted September 5, 2001 Posted September 5, 2001 Or you can use InLines for auto log. My problem was that it worked 100% in NN and only in 50% in MSIE. But I did not know the "9999" limitation Tyfud is mentioning in another thread.
Vaughan Posted September 10, 2001 Posted September 10, 2001 If the c0omputers are in an open area where more than one person uses them, you *don't* want to store anything in cookies, at least not for more than the current session (expire=-1)
Recommended Posts
This topic is 8467 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