Hi there! I’m experimenting with templating and user permissions in AMP, and I’ve run into one situation that I believe could be a bug but might also be my misunderstanding how the program works.
I’ve created a template role and a test user with that role. This test user is then able to create and manage an instance. The test user then creates a new user within the instance. This new user is able to log in using “login approach 2” as defined in this doc: Managing user permissions in AMP
However, this subuser has no permissions, and the test user is not able to assign them any permissions despite the template role having all of the Role Management and User Management permissions, bar the Access External Permissions and Create Common Roles permissions.
The primary test user is also unable to create any new roles within the instance, despite these permissions also being set.
Is this a bug, or am I missing something here? Thanks!