Hello Hassem,
Thank you for the support. I found out the issue. Just for the record the
only change needed was to modify the jetty-realm.properties. My issue was
that I had 2 versions activemq-5.10 and activemq-5.11 in the server. I
deleted the older version and the changes where finally applied.
Hi,
I reverted credentials.properties to :
activemq.username=system
activemq.password=manager
guest.password=password
I reverted users.properties to :
admin=admin
The only changes that are present in jetty-realm.properties (btw
AwesomeNewPassword is not the real one, just example)
admin:Aweso
Hi,
Thanks for the response.
I changed credentials.properties to the following:
activemq.password=AwesomeNewPassword
I also modified the users.properties
admin=AwesomeNewPassword
I still can log to the Web console as admin/admin.
--
View this message in context:
http://activemq.2283324.n4
Hi,
Security Review on the server found out that ActiveMQ Web Console is using
default credentials. Thus we need to change the admin password.
--
View this message in context:
http://activemq.2283324.n4.nabble.com/ActiveMQ-Defaul-admin-password-change-tp4715351p4715374.html
Sent from the Acti
Hello,
I have ActiveMQ 5.11.1
I am trying to change the default password for the Web Console.
I have this setting enabled in the jetty.xml file.
I have changed the password in the jetty-realm.properties file:
admin:AwesomeNewPassword, admin
user:AwesomeNewPassword, user
I have restarted Act