Skip to content

Commit

Permalink
Merge pull request emqx#10708 from kjellwinblad/kjell/docs/EMQX-9613
Browse files Browse the repository at this point in the history
docs: clarify description of bridge username and password
  • Loading branch information
kjellwinblad authored May 16, 2023
2 parents ba72695 + b1a4f6e commit f876bcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changes/ce/fix-10708.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Enhanced clarity of the descriptions for the bridge configuration fields (username and password) to better guide users during setup.
4 changes: 2 additions & 2 deletions rel/i18n/emqx_connector_schema_lib.hocon
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ database_desc.label:
"""Database Name"""

password.desc:
"""EMQX's password in the external database."""
"""The password associated with the bridge, used for authentication with the external database."""

password.label:
"""Password"""
Expand All @@ -37,7 +37,7 @@ ssl.label:
"""Enable SSL"""

username.desc:
"""EMQX's username in the external database."""
"""The username associated with the bridge in the external database used for authentication or identification purposes."""

username.label:
"""Username"""
Expand Down

0 comments on commit f876bcb

Please sign in to comment.