Right now, when new user is registered through registration form, he is added with all default roles, default groups and default required actions.

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.updateUserFromRep). This looks like a bug to me. IMO default required actions should be added too. WDYT?

Marek