From 2433e230b0f291f3c9cd207a75be874550db92a4 Mon Sep 17 00:00:00 2001 From: anilcumulus <37850124+anilcumulus@users.noreply.github.com> Date: Mon, 22 Dec 2025 18:25:32 -0800 Subject: [PATCH] Update Add-and-Manage-Accounts.md netq-infra namespace --- .../cumulus-netq-50/User-Management/Add-and-Manage-Accounts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/cumulus-netq-50/User-Management/Add-and-Manage-Accounts.md b/content/cumulus-netq-50/User-Management/Add-and-Manage-Accounts.md index 02a89b62e8..da834cb549 100644 --- a/content/cumulus-netq-50/User-Management/Add-and-Manage-Accounts.md +++ b/content/cumulus-netq-50/User-Management/Add-and-Manage-Accounts.md @@ -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.