...
- Log in to the management console of your product.
- On the Configure tab, click Users and Roles.
- To change your own password, click Change My Password, enter your current password and new password, and click Change.
- If you are an admin user and need to change another user's password (such as if they have forgotten their current password and need you to reset it), do the following:
- Click Users.
- Find the user's account on the Users screen and click Change Password in the Actions column.
- Enter a new temporary password and click Change.
- Inform the user of their new temporary password and instruct them to log in and change it as soon as possible.
Changing the default password on a standalone MB server
Follow the steps below to change the password for a standalone MB server:
...
Code Block |
---|
<store> <class>org.wso2.andes.server.store.CassandraMessageStore</class>
<username>admin</username>
<password>admin@123</password>
<cluster>ClusterOne</cluster> |
...
Shut down the MB server and restart it.
...