Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
erwan2
Contributor
Contributor

[resolved] Database configuration : change the default password

Hello,
how can I change the password to access the database configuration page.
I tried to change the value in the file webapps/org.talend.administrator/WEB-INF/server-config.wsdd, I restarted the server but the passwor is still "admin".
--
erwan
Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi All
Here is a KB article on Talend Help Center to explain how to modify the default password of Talend Administration Center DB configuration page?
https://help.talend.com/pages/viewpage.action?pageId=5673141
Shong

View solution in original post

8 Replies
Anonymous
Not applicable

Hi Erwan
Open the file WEB-INF\classes\configuration.properties and change the parameter
# Password to access to db config page in the web-app:
database.config.password=admin
Best regards
Shong
Anonymous
Not applicable

Hi Erwan
Open the file WEB-INF\classes\configuration.properties and change the parameter
# Password to access to db config page in the web-app:
database.config.password=admin
Best regards
Shong

Plain text password stored in flat file that controls access to the database configuration page!
Any way to encrypt that password or disable the page entirely?
Anonymous
Not applicable

Plain text password stored in flat file that controls access to the database configuration page!
Any way to encrypt that password or disable the page entirely?

Hi
Thanks for your question, unfortunately, it is impossible to disable to page or encrypt the password.
Best regards
Shong
share
Contributor
Contributor

Hi,
the password is now encrypted (5.3.1) database.config.password=8c6976e5b5410415bde908bd4dee15df
How can I change it ?
thx
Anonymous
Not applicable

Hi Share
Thanks for reminding me the changes, I will check it and come back to you!
Shong
Anonymous
Not applicable

Hi share
After discussing with our developer, he suggest that you just need to modify the database.config.password parameter with a plain text password, and then restart Tomcat, the new password will be encrypted automatically in the configuration file.
Shong
Anonymous
Not applicable

Hi Where is this password stored in a jBoss AS7 setup. Thanks.
Anonymous
Not applicable

Hi All
Here is a KB article on Talend Help Center to explain how to modify the default password of Talend Administration Center DB configuration page?
https://help.talend.com/pages/viewpage.action?pageId=5673141
Shong