Super Admin Registration

Using the superadmin-registration.conf file you can provide a list of super admin registration tokens mapped to an email and password. The super admin can be activated as explained here and login as shown here.

superadmin-registration.conf
tokens = {
    "my-token": {
        type = "email"
        identifier = { email = "superadmin@test.com" }
        data = { password = "superadmin1" }
    }
}