Page 1 of 1

Login from RF card reader

Posted: Mon Feb 04, 2013 6:22 pm
by adurval
Hi!

Do you have any sample script to read the login password from one of the serial ports?
Can I make the login only with password ou user name?

Thanks!

Re: Login from RF card reader

Posted: Tue Feb 05, 2013 10:02 am
by mark.monroe
You can take a look at this post on how to login a user using a script. You will have to use a script to read the data from your serial port and then use that information in the login script. You need to provide both the user name and password. However, you can hard code the User name, but then you can only use one password to login your users.

Re: Login from RF card reader

Posted: Sat Feb 09, 2013 6:25 pm
by adurval
Thanks Mark,

What you mean with "... hard code de Username,..."?

Re: Login from RF card reader

Posted: Mon Feb 11, 2013 11:09 am
by mark.monroe
Hardcoding is where you code a value at design time and that it is not modifiable during runtime. By hardcoding the username you do not allow it to be modified while the application is running.