damyena Posted June 3, 2003 Posted June 3, 2003 Hello all, I have gotten a password font to mask the password field of my login process. However, I have both Mac and PC clients and I've found that I need to install the font on all computers for the password to be properly hidden. The problem arises when the font is not found, the font default to a readable set. Is there a way to either embed the font in the fp5 file or to have FM server serve the font with the fp5 file? I know the serving is possible with plug-ins, but what about additional supporting files? Thanks for discussion. damyena
cjaeger Posted June 3, 2003 Posted June 3, 2003 Do not use a password font at all. Use a font color the same color as your background, and maybe a monospaced font (it 's easier to guess the length with those). Better even - use custom dialog feature in FM 6.
Anatoli Posted June 4, 2003 Posted June 4, 2003 RE: Better even - use custom dialog feature in FM 6. Even better -- use Simple Dialog plugin from www.24u.cz
damyena Posted June 4, 2003 Author Posted June 4, 2003 Thanks Anatoli, For security reasons, I want to decrease the chance that anyone could see the password or copy it out of the field. Ultimately, I would like to implement LDAP authentication to our network services, but that is a ways away. I'll see what I can do with the Simple Dialog plugin. Thanks again.
Anatoli Posted June 4, 2003 Posted June 4, 2003 RE: LDAP authentication Look into that posted today or yesterday. In short it is not possible. I did used Simple Dialog once in one full-proof project. Password cannot be seen
cjaeger Posted June 4, 2003 Posted June 4, 2003 For security reasons, I want to decrease the chance that anyone could see the password or copy it out of the field. Ultimately, I would like to implement LDAP authentication to our network services, but that is a ways away. I'll see what I can do with the Simple Dialog plugin. SimpleDialog fills a field, as are the other methods. It just makes dialogs look better. You have to provide for some encryption to make that a bit more secure. LDAP authentication -no way with FileMaker yet.
Anatoli Posted June 4, 2003 Posted June 4, 2003 RE: SimpleDialog fills a field, as are the other methods. It just makes dialogs look better. But it is not displaying the password, is it?
cjaeger Posted June 4, 2003 Posted June 4, 2003 so are the other methods. Safest way is to use FileMaker internal password scheme and status(currentgroup).
Anatoli Posted June 4, 2003 Posted June 4, 2003 Yes, the FM built-in security is very good one. I am always using that. In last big project we used FM security as base and flexible database of different access levels for different access and updates procedures. All important changes in records where logged. We even set user name in FM preferences and checked that against user changes all the time.
Recommended Posts
This topic is 7843 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