Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5783 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

hi all so here is the problem i have a layout that is unusable until a hidden field is given a value that works fine but i have a button attached to a script that displays a custom dialog asking for a password the issue is that no matter what i type i type into the input field even the correct password it denies but still logs in i am using the exact function to match what they type to a field on another layout that holds the correct password

Here is the part of the script i cant get:

Show custom dialog ["Login"; "please enter the password"; register:password]

if [exact (register::password ; login::password)=0]

show custom dialog ["you have entered an incorrect password"]

all help will be greatly appreciated

Posted

This is an insecure way to protect your database. You really should use FileMaker's Accounts and Privs. There are tons of threads on here where people tried creating custom login screens like you have, only to find out later that it is totally insecure.

Posted

the security does not matter right now i am going to be using this for my own small sandwich shop in the future i might want to change it but for now this will suffice

Posted

Only button 1 will pass the data entry through to the input field.

This topic is 5783 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.