pub fn create_admin_user(tenant: &str, server: &str)
Expand description

Create an Administrator user (login “admin”) for a specific tenant, if it doesn’t exist already.

The default administrator password can be configured through the environment variable ADMIN_PASSWORD. Otherwise, defaults to “admin”.