Missing email for key request

The test user will not get a key approval email. You must supply this to them yourself if using the manual approval process.

There is a way to let the administrator know that there is a key by updating the organisation object in mongoDB and setting the “events” section to be:

"event_options": {
    "key_request_event": {
        "email": "[email protected]"
    }
}

You can use the dashboard Admin API to do this