Hello All,
I have a logon prompt for working where it will check the passwors against the username that is entered.
my questions are:
1) How can I set the text box where the user enters the password to only show stars (the * character). So that when a user types in their password, only stars will show up instead of the actual letters?
2) Has anyone got encryption working? Currently the user table, which is a linked table in Oracle has the password column as plain text, so anyone that have access to the actual data table will be able to see other user's passwords. Is there a way so avoid user's from seeing other user's passwords?
Thanks in advance!
-Lory
I have a logon prompt for working where it will check the passwors against the username that is entered.
my questions are:
1) How can I set the text box where the user enters the password to only show stars (the * character). So that when a user types in their password, only stars will show up instead of the actual letters?
2) Has anyone got encryption working? Currently the user table, which is a linked table in Oracle has the password column as plain text, so anyone that have access to the actual data table will be able to see other user's passwords. Is there a way so avoid user's from seeing other user's passwords?
Thanks in advance!
-Lory