<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>Hi,</div>
<div>I&#8217;ve update from version 1.4.0.Final to 1.5.0.Final.</div>
<div>Was able to use to create users with a script from the admin url api in 1.4.0.</div>
<div>But after the update to 1.5.0.Final, it doesn&#8217;t seem to accept the credentials anymore.</div>
<div><br>
</div>
<div>Here is my request that used to work:</div>
<div>POST /auth/admin/realms/{realm}/users</div>
<div>body={&quot;username&#8221;:&quot;burke&quot;,&quot;enabled&quot;:true,&quot;credentials&quot;:[{&quot;type&quot;:&#8221;password&#8221;,&#8221;value&#8221;:&quot;password&#8221;]}</div>
<div><br>
</div>
<div>I&#8217;m dumping the realm information and the user is created, but the credentials field is a blank json array.</div>
<div>Uploading a realm with one of the test configs, it seems like it automatically changes the password value to some hashed value.</div>
<div><br>
</div>
<div>What actually changed in 1.5.0 with creating users using the admin api with a temporary password so that it can be scripted again?</div>
<div>&#8212;Doug</div>
<span id="OLK_SRC_BODY_SECTION"></span>
</body>
</html>