Hi Klaus,
When creating users directly through AML, the password value is expected to be the MD5 hash of the password you would like to set. If I want to set the password of a user to "innovator", I would need to pass in the hashed value which is "607920b64fe136f9ab2389e371852af2" as seen in the example AML below.
<AML>
<Item type='User' action='add'>
<login_name>testuser</login_name>
<password>607920b64fe136f9ab2389e371852af2</password>
<first_name>Testuser</first_name>
<last_name>Testuser</last_name>
<email>testuser@tset.com</email>
<logon_enabled>1</logon_enabled>
</Item>
</AML>
Chris
Christopher Gillis
Aras Labs Software Engineer