I am going to bulk-add many users using AML. This is straighforward, except I am not sure how to set the password for the user. Can anyone give me a pointer on where to look for this?
Thanks,
Scott
This little Excel Tool might be useful : http://www.plmlab.fr/index.php?page=xbat
Best regards,
Since password is MD5 data type, you would need to convert your string representation of the password to MD5 string. You can accomplish this using the client IOM.Innovator object static method as follow, Innovator.ScalcMD5("Your password").
Yes, that is a well documented feature. Sorry to waste your time with that question. It all works great now.