Admin User Configuration

Method name configure_admin_user + (login, email, password)
Command asctl orchestrator:configure_admin_user "login" "email" "password"
Details Create a new admin user (or modify the existing admin with the same name).
Inputs User's login, and user's email and password.
Outputs STDOUT indicates that the new admin has been created or an existing admin account has been modified.
# asctl orchestrator:configure_admin_user "administrator" "admin@asperasoft.com" "PASSPhrase"
An admin user has complete control over Orchestrator processes and jobs, continue? (y/n default:n) y
Orchestrator: Configuration admin user... An install specific config file can be created at /opt/aspera/var/config/orchestrator/orchestrator.yml to overwrite defaults
Created admin user with login administrator
done
[root@carmen_rhel7_1x64_154 ~]#