I'm trying to change my PW for my ADMIN account in all of my workspaces.
I've reset the ADMIN PW via these instructions , which works fine in SQL dev accessing the data. And actually both the old and new PW still work in SQL dev.
**Reset ADMIN password**
-From within NSAW navigate Home-> Console-> Warehouse.
-Click on “Reset Credentials” and enter a new ADMIN password
**Reset OAX_USER password**
-Log in to SQL DEVELOPER as an admin (web or application)
-Change password for OAX_USER
-Can be done using a script ALTER USER OAX_USER IDENTIFIED BY NewPassword123; (Replace NewPassword123 with new password)
And when I log into a workspace its still referecning the old PW.

And when I try to go into Admin services, the same thing happens where its referencing the old PW.

And If I try to change the PW here for a workspace it doesnt take the change?

Thanks for any help.