diff --git a/docs/en/operations/access_rights.md b/docs/en/operations/access_rights.md index 1c72bf13b3e..0342288d8d4 100755 --- a/docs/en/operations/access_rights.md +++ b/docs/en/operations/access_rights.md @@ -2,14 +2,14 @@ Users and access rights are set up in the user config. This is usually `users.xml`. -Users are recorded in the 'users' section. Here is a fragment of the `users.xml` file: +Users are recorded in the `users` section. Here is a fragment of the `users.xml` file: ```xml - default - + - - - - - web - default - - test + + + + + web + default + + test + ``` -You can see a declaration from two users: `default`and`web`. We added the `web` user separately. +You can see a declaration from two users: `default` and `web`. We added the `web` user separately. The `default` user is chosen in cases when the username is not passed. The `default` user is also used for distributed query processing, if the configuration of the server or cluster doesn't specify the `user` and `password` (see the section on the [Distributed](../table_engines/distributed.md#table_engines-distributed) engine).