In order for avoiding users with higher permissions to assign their highest role to other users (e.g. an administrator assigning the ADMIN role to another user), it is a good idea to create a superuser role named GAME_MASTER , which can be only assigned by people with access to the main database.
In order for avoiding users with higher permissions to assign their highest role to other users (e.g. an administrator assigning the
ADMINrole to another user), it is a good idea to create a superuser role namedGAME_MASTER, which can be only assigned by people with access to the main database.