fix: the iotdb password field so it has the password format
This commit is contained in:
parent
48db98d75b
commit
08af90daa9
|
@ -54,6 +54,7 @@ fields(auth_basic) ->
|
||||||
mk(binary(), #{
|
mk(binary(), #{
|
||||||
required => true,
|
required => true,
|
||||||
desc => ?DESC("config_auth_basic_password"),
|
desc => ?DESC("config_auth_basic_password"),
|
||||||
|
format => <<"password">>,
|
||||||
sensitive => true,
|
sensitive => true,
|
||||||
converter => fun emqx_schema:password_converter/2
|
converter => fun emqx_schema:password_converter/2
|
||||||
})}
|
})}
|
||||||
|
|
Loading…
Reference in New Issue