Skip to main content

Changing What an Existing User Can Do — Test results

2026-08-27T16:25:12Z by Showboat 0.6.1

note

Supporting detail for the feature demo.

This demo walks through managing an existing user via the User Management area of Account Management on https://uatwww.rrxpreview.com/. Signed in as agent@forliion.com, an administrator with User Management access on account U3427563 — EASTERN INDUSTRIAL AUTOMATION. The user being managed is FName LName / test999@test999.com, created by the Add New User journey and since activated. The change applied is a role change to Buyer.

Prerequisites

Open the Regal Rexnord site and dismiss the cookie consent banner using Accept Cookies.

Regal Rexnord home page with the cookie banner accepted

Sign in with the administrator account agent@forliion.com on the Login page.

Regal Rexnord login page with Email Address and Password fields

After signing in, the Select Account modal appears. User Management is account-scoped, so select U3427563 / EASTERN INDUSTRIAL AUTOMATION, click NEXT, then choose the Primary Address on the Select Shipping Address step.

Select Account modal listing the available accounts

The Dashboard loads at https://uatwww.rrxpreview.com/accountmanagement. The header reads Welcome Copilot Agent, the active account is U3427563 EASTERN INDUSTRIAL AUTOMATION, and the left-hand Account navigation includes the Users entry.

Account Management dashboard for account U3427563


Step 1 — Find the user on the Users page

From the Dashboard, select Users in the left-hand Account navigation (https://uatwww.rrxpreview.com/accountmanagement/users) and type test999 into the Filter Users (Name, Email, Account Number) box. One row is returned. This is the before state:

Name & EmailRoleStatusAccount AccessRegistration Date
LName, FName / test999@test999.comAdminActiveU342756308/27/2026

Users list filtered to test999 showing the Admin role

Step 2 — Open the Manage User page

Click the user's name link (LName, FName) to open the Manage User page at /account-management/users/users-manage?userName=<base64 email>. The page shows three sections: read-only Personal Information (First Name FName, Last Name LName, Email Address test999@test999.com), the Primary Role radio list, and the account access table. Account Administrator is the currently selected role, and account U3427563 EASTERN INDUSTRIAL AUTOMATION is listed as Active while H5230420 ALBUQUERQUE IMSCO shows - with an add-user action.

Manage User page showing personal information, the Primary Role list with Account Administrator selected, and the account table

Step 3 — Change the user's role

In the Primary Role list, select Buyer. Each option carries a description of what it permits — Buyer may view account pricing, view product availability, place orders, and view all reports except payment history and credit summary. The Account Administrator radio is cleared automatically because only one primary role can be held at a time.

Manage User page with Buyer selected as the primary role

Step 4 — Submit the change

Click SUBMIT. The page saves the new role and re-renders in place — no error messages are raised. Note that the page stays on Manage User rather than returning to the Users list.

Manage User page after submitting, with Buyer still selected


Verification

Reload the Manage User page from a clean navigation. Buyer is still the selected Primary Role, confirming the change was persisted server-side and is not just client-side state.

Manage User page reloaded, showing Buyer persisted as the primary role

Return to the Users page and filter for test999 again. The row now reports the Buyer role, with Status and Account Access unchanged:

RoleStatusAccount Access
BeforeAdminActiveU3427563
AfterBuyerActiveU3427563

Users list filtered to test999 now showing the Buyer role


Summary

#StepExpected resultResult
0Sign in and select account U3427563Dashboard shows Welcome Copilot Agent and a Users entry in the Account nav
1Open the Users page and filter for test999One row returned: LName, FName / test999@test999.com, status Active
2Note the current Role and Account AccessRole Admin, Account Access U3427563
3Click the user's name linkManage User page opens at /account-management/users/users-manage?userName=…
4Check the read-only User DetailsFName, LName, test999@test999.com shown under Personal Information
5Check the currently selected roleAccount Administrator radio selected
6Check the account listU3427563 EASTERN INDUSTRIAL AUTOMATION listed as Active
7Select BuyerBuyer radio selected, Account Administrator cleared
8Click SUBMITChange saved without errors
9Return to the Users listPage does not auto-return to the Users list — it stays on Manage User⚠️ (see note)
10Filter for test999 againRow now shows role Buyer, still Active on U3427563

Notes for testers:

  1. Step 9 of the original instructions expected the page to return to the Users list after submitting. In practice the Manage User page re-renders in place and no success banner is displayed. The save does succeed — reloading the page shows Buyer still selected, and the Users grid reflects the new role.
  2. User Management is account-scoped. The Users navigation entry and this page are only available while account U3427563 is the active account; they are not available under H5230420.