Merge pull request #10708 from kjellwinblad/kjell/docs/EMQX-9613

docs: clarify description of bridge username and password
This commit is contained in:
Kjell Winblad 2023-05-16 11:09:07 +02:00 committed by GitHub
commit f876bcb97f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

1
changes/ce/fix-10708.md Normal file
View File

@ -0,0 +1 @@
Enhanced clarity of the descriptions for the bridge configuration fields (username and password) to better guide users during setup.

View File

@ -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"""
@ -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"""