Jump to content
Server Maintenance This Week. ×

Secondary Login


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

Recommended Posts

  • Newbies

I have an application that uses Filemaker V9 login for a class of users. Once authenticated by filemaker, I have a secondary login. The user name is one field and the password is the second field.

I have no trouble getting the script to know when a user name and password are correct but I cannot figure out how to test if the user does not enter any data into the password field to trap this and create an error condidtion. Right now if the user enters in the name and then just presses enter while in the password field I get a success instead of an error.

All help is greatly appreciated.

The reason I use this instead of the normal filemaker password is that the list of users is basically dynamic and I want the Administrators to maintain the list not me the developer.

Link to comment
Share on other sites

The practice you describe is not a good one to follow from a security standpoint. Take a look at External Server authentication. It is designed to manage this type scenario.

Also, the IsEmpty function can test whether data have been entered into a field.

Steven

Link to comment
Share on other sites

This topic is 5595 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.