RPM strongly recommends changing you password after you connect to the Data Warehouse. After connecting using a SQL client use ALTER USER to change your password.
Using DBeaver
SQL Editor >> Open SQL Script

Enter:
alter user username password "something";
Replacing your username and the password you will use >> Execute SQL Statement.

Your password is now changed.