Rudi
03/05/2025, 3:15 PMyetitwo
03/05/2025, 3:39 PMdefinition user {}
definition platform {
relation admin: user
relation superuser_enabled: platform
permission create_user = admin + superuser_enabled
}
then you'd write:
platform:platform#superuser_enabled@platform:platform
at the start, and remove that relation when the first user is createdRudi
03/06/2025, 5:15 AMyetitwo
03/06/2025, 3:51 PM