diff --git a/frontend/src/Editor/DataSourceManager/DataSourceTypes.js b/frontend/src/Editor/DataSourceManager/DataSourceTypes.js index a2c3509c21..aef00b9dcc 100644 --- a/frontend/src/Editor/DataSourceManager/DataSourceTypes.js +++ b/frontend/src/Editor/DataSourceManager/DataSourceTypes.js @@ -59,7 +59,7 @@ export const dataBaseSources = [ host: { type: 'string' }, port: { type: 'string' }, username: { type: 'string' }, - password: { type: 'string' }, + password: { type: 'string', encrypted: true }, connection_type: { type: 'options'}, connection_string: { type: 'string', encrypted: true } }