Hi,
I'm working on a big VI, that requires to enter a username and a password to be protected all the time.
my original VI is built on QMH technique and unfortunately i can't post it.
i wanted to give the user an opportunity to create his own username and password after the first time he login to the software.
when the user runs the software he should enter (admin, admin) as temporary username and password and after that he should create his own.
in the attached mock-up VI, i created 3 taps, first one send you to the second by pressing next and the second has the username and password, the third just stop the running.
i know that i need to have 2 strings and Boolean in the third tap, which is the new username and password, and save it. but how can i make it the official username and password after first time of logging.
at the minute i'm saving the username and password that i'm entering into a spreadsheet in specific path, and this is not secure.
how can i save the information and remember it within the VI itself. (i.e: similar to your username and password in the windows desktop).
so first of all how can i create the tap that allow me to ask the user to enter his new username and password and make it the official one after he login for the first time.
second how to save it into the software itself not in spreadsheet (similar to local variable or gloable one).
please check my vi, just very simple one
thanks in advance.