You can create additional administrator accounts using one of the following methods.
The password for the default admin account should be changed as soon as you have access to the application. See Change Admin Password. |
Steps:
If you do not have access to an admin account through the application, you can create admin accounts for users from the using the
webapp/bin/ensure-user
command.
If Single Sign-On (SSO) is not enabled, use the following command:
<install_dir>/webapp/bin/ensure-user --admin "<FirstName LastName>" <e-mail> <password> |
If the enviroment uses SSO, the following command can create the admin user based on an Active Directory login:
<install_dir>/webapp/bin/ensure-user --admin "<FirstName LastName>" <e-mail> <password> <AD_LOGIN> |
where:
<AD_LOGIN>
is the active directory login for the user.
You can also use the :
./trifacta_admin_cli.py --admin_username <admin_username> --admin_password <admin_pwd> edit_user --user_name <username> --enableAdmin --ssoPrincipal <sso_Principal> |
See CLI for User Admin.