Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Log in to the management console of your product.
  2. On the Configure tab, click Users and Roles.
  3. To change your own password, click Change My Password, enter your current password and new password, and click Change.
  4. 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:
    1. Click Users.
    2. Find the user's account on the Users screen and click Change Password in the Actions column.
    3. Enter a new temporary password and click Change.
    4. 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.

...