Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ If your account is assigned an admin role, reset your password by restoring the
1. Run the following command on your on-premises server's CLI:

```
kubectl exec $(kubectl get pod -oname -l app=cassandra) -- cqlsh -e "INSERT INTO master.user(id, cust_id, first_name, last_name, password, access_key, role, email, is_ldap_user, is_active, terms_of_use_accepted, enable_alarm_notifications, default_workbench, preferences, creation_time, last_login, reset_password) VALUES( 'admin', 0, 'Admin', '', '009413d86fd42592e0910bb2146815deaceaadf3a4667b728463c4bc170a6511', null, 'admin', null, false, true, true, true, { workspace_id : 'DEFAULT', workbench_id : 'DEFAULT' }, '{}', toUnixTimestamp(now()), toUnixTimestamp(now()), true )"
kubectl exec $(kubectl get pod -oname -l app=cassandra -n netq-infra) -n netq-infra -- cqlsh -e "INSERT INTO master.user(id, cust_id, first_name, last_name, password, access_key, role, email, is_ldap_user, is_active, terms_of_use_accepted, enable_alarm_notifications, default_workbench, preferences, creation_time, last_login, reset_password) VALUES( 'admin', 0, 'Admin', '', '009413d86fd42592e0910bb2146815deaceaadf3a4667b728463c4bc170a6511', null, 'admin', null, false, true, true, true, { workspace_id : 'DEFAULT', workbench_id : 'DEFAULT' }, '{}', toUnixTimestamp(now()), toUnixTimestamp(now()), true )"
```

2. Log in to the NetQ UI with the default username and password: *admin, admin*. After logging in, you will be prompted to change the password.
Expand Down