This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - create user through AML

scottmahr - Monday, August 23, 2010 4:02 PM:

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



Yoann Maingon - Monday, August 23, 2010 4:26 PM:

This little Excel Tool might be useful : http://www.plmlab.fr/index.php?page=xbat

Best regards,



francissdo - Tuesday, August 31, 2010 3:15 PM:

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").



scottmahr - Friday, September 17, 2010 12:44 PM:

Yes, that is a well documented feature.  Sorry to waste your time with that question.  It all works great now.

 

Scott