Hi Kristen
I played with the example and it works fine; thought that before I added it to the Tools menu I would make it a little more useful by allowing a password - what's the point if every password is an empty string. In the create user sequence, immediately following the expression 'Set Login Name' I added a dialog box developed as a LabVIEW module that has the user input a password into two controls, checks that they match, and if they do outputs the password, into a local: "Locals.userPassword". The next step in the sequence is the expression 'Set Password' which was: Locals.User.AsUser.Password = ""
Between the empty quotes I placed my new variable "Locals.userPassword"
It runs okay, but when I try to log in as this new user I get an error, "invalid password, passwords are case sensitive" - an empty string doesn't work, so something was stored as a password, but apparently something isn't correct.
Any help?
thanx
lmd2
Lawrence M. David Jr.
Certified LabVIEW Architect
cell: 516.819.9711
http://www.aleconsultants.com
larry@aleconsultants.com