...
- Using the admin console, login into MB using admin/admin.
- Click Users and Roles in the Configure menu and then click Change My Password.
- Enter the current password (admin), the new password and then click Change.
Click OK on the confirmation message that appears.
In the<MB_HOME>/repository/conf/advanced/qpid-virtualhosts.xml
file, update the Password field with the new password.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.
- The user should be able to login with the new password.
Changing the username/password of both the Cassandra server and MB server
- Start the MB cassandra profile using the admin console.
- Log in to the management console using admin/admin.
- Click Users and Roles in the Configure menu.
Add a new user with super admin permission.
In the<MB_HOME>/repository/conf/advanced/qpid-virtualhosts.xml
file, update the username and password with the user details created above.Code Block <store> <class>org.wso2.andes.server.store.CassandraMessageStore</class> <username>admin</username> <password>admin</password> <cluster>ClusterOne</cluster> <idGenerator>org.wso2.andes.server.cluster.coordination.TimeStampBasedMessageIdGenerator</idGenerator> <connectionString>localhost:9160</connectionString>
- Start MB by pointing to the Cassandra profile server.
- Using the admin console, log in to MB using admin/admin.
- Click Users and Roles in the Configure menu and then click Change My Password.
- Enter the current password (admin), the new password and then click Change.
- Click OK on the confirmation message that appears.
Excerpt | ||
---|---|---|
| ||
Instructions to change user password in WSO2 products. |