Hello,
I’m trying to make multiple rôles that will be “superadmin”, “admin” & “default” for the moment. I actually have the three blueprints for the roles that are in the /users dir that are strictly the same, only the titles change.
I have a superadmin user and an admin user actually, and when I log with the superadmin, I can not do any role choice. BUT, when I log with the admin profile, I can choose between “superadmin” and “admin”.
I thought it was a filename issue or something, so I removed the superadmin.yml, and now I can only create users without being able to choose they roles.
And about the blueprints, i put a *: true
everywhere.