I'm having an issue trying to reset my ADMIN developer PW for APEX , for NSAW.
I have reset the PW using the following which worked fine and I can acccess everything in SQL dev, and actually both PW still work the old and new?
**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)
But when I try to log into APEX as a developer, its always still referencing the old PW.

And when I go into Admin services, its also still referencing the old PW.

And when I try to update the PW here in never takes for ADMIN and CAS workspace?

Thanks for any help.