Jump to content
Server Maintenance This Week. ×

Create a Password Field


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

Recommended Posts

I can't figure this out. Is it possible to make a password field. you know, when the user types in the password it shows up as "****"

Any way to do this on a layout?

Thanks.

Link to comment
Share on other sites

  • 9 months later...

Is there any way of doing this in a layout?

I am trying to manage accounts and privileges, that are stored in a table, and I cannot have a dialog pop up every-time I need the administrator to enter a password.

Link to comment
Share on other sites

You can take a look at this thread.

http://fmforums.com/forum/showtopic.php?tid/184468

However, as you will see, using a system such as you are trying to do is not really secure.

Link to comment
Share on other sites

Here is my problem:

My database will be on an SQL server. The front end on client machines, all over the city, connected to the server. To make sure the application continues to work when a connection is down, the IT manager is installing SQL servers in each office, which will sync data with the main server, which also has the added benefit of backing up the data to several locations. One administrator will have access to the user accounts to create delete or modify them, from any location.

What I am planning to do is have a user accounts table in the database, which will hold the username, password, privilege, and some other info. When a client wants to login, a custom dialog will appear asking for username and password. The script will check the user account table and log in to generic accounts based on the privilege of the user.

The layout where the Administrator enters/modifies/deletes users will have the password field. I want this field to appear as ***** instead of the actual text. I may also add an option to show the password, but I want it hidden just in case someone is watching over the shoulder.

I don't think this has the security issues of the custom login dialog. If it does please let me know.

Link to comment
Share on other sites

You can use some kind of bullet font, but again it has its own issues.

See here on threads regarding bullet fonts.

http://fmforums.com/forum/showtopic.php?tid/149123

http://fmforums.com/forum/showtopic.php?tid/177361

http://fmforums.com/forum/showtopic.php?tid/178356

http://fmforums.com/forum/showtopic.php?tid/177443

http://fmforums.com/forum/showtopic.php?tid/195386

http://fmforums.com/forum/showtopic.php?tid/169996

Then see here about the vulnerabilities of custom logins.

http://fmforums.com/forum/showtopic.php?tid/180727

Link to comment
Share on other sites

Here is my custom login program. I will add an option for the user to change the password.

Custom Login

The database with the username and passwords will not be in the file but on the SQL server.

Anyone who has the time, can you please check and see if this is OK?

Link to comment
Share on other sites

Perhaps you missed the point of Steven Blackwell's article: custom logins are inherently insecure. Don't bother asking me how I got in, because that's not the point. I have no hacking skills, and it took me about 5 minutes - but that's not the point either. The point is that custom logins are inherently insecure.

levon.png

Link to comment
Share on other sites

Being the antagonizer in most of the links that Mr Vodka posted (i sound like a bit of a brat looking back at those posts) just trust me and don't go there. There is no way you can really make this secure and i've tried every which way believe me...

Link to comment
Share on other sites

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