In C2 alpha, 3 admin roles are created:
- global admin (an admin in the context of multi-urls)
- superadmin (a local admin that can use "login as")
- admin (a local admin without "login as")
This single change between superadmin and admin is not worth the confusion.
Add a migration to remove the "Superadmin" role and add the "login as" permission to "admin" (or remove "admin" and change the name of "superadmin" to "admin" :-)).