<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Right now, when new user is registered through registration form, he
    is added with all default roles, default groups and default required
    actions.<br>
    <br>
    But when new user is created through admin console (Admin REST API)
    then just default roles and default groups are added, but default
    required actions are not added (More precisely, they are added but
    then immediately removed at UsersResource.<span
      style="background-color:#e4e4ff;">updateUserFromRep). This looks
      like a bug to me. IMO default required actions should be added
      too. WDYT?<br>
      <br>
      Marek<br>
    </span>
  </body>
</html>