Jason Barker Posted September 26, 2003 Posted September 26, 2003 I want to create a user (password) in FileMaker that would allow the user to use the web to submit a custom HTML form that would add a new record to the database. I would like to embed the password as the value of a hidden HTML form tag so that the user doesn't have to enter a password after clicking on the submit button. Is this possible? Is this a good/bad idea? How should I accomplish this (is it a matter of implementing a FMP tag)? Thanks!
Anatoli Posted September 26, 2003 Posted September 26, 2003 You can pass the password like anything else. No difference at all. But it will be transmitted with the form and visible in HTML source of the page. Users might object to this. If someone is logged with unique ID and appropriate password, I would suggest just passing the ID.
Steve T. Posted September 26, 2003 Posted September 26, 2003 Hi, JB! Although a custom login/password system seems the best way to go if you have the time/skills/resources, I decided to forego creating my own login/password system for now and opted to use the Web Security Database. If you use WSD, a user only needs to log in once per web session. A login window pops up when a restricted action (such as -new, -edit, or whatever you define as restricted) is attempted. --ST
Garry Claridge Posted September 28, 2003 Posted September 28, 2003 To avoid the "Pop-up" login, yet still use the WSD you can embed the Username and Password in the URL. For example: http://myname:mypassword@mydomain:port/FMPro?..... etc All the best. Garry
Unable Posted September 28, 2003 Posted September 28, 2003 Sample File Forums: CDML submission of Username and Password
Steve T. Posted September 29, 2003 Posted September 29, 2003 Thanx, Garry (and Unable?)! I didn't know that. --ST
Recommended Posts
This topic is 7718 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