mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 19:12:03 +00:00
add space
This commit is contained in:
parent
ae8d90f6b8
commit
b29e00b838
@ -90,7 +90,7 @@ namespace
|
||||
if (number_of_authentication_methods > max_number_of_authentication_methods)
|
||||
{
|
||||
throw Exception(ErrorCodes::BAD_ARGUMENTS,
|
||||
"User can not be created/updated because it exceeds the allowed quantity of authentication methods per user."
|
||||
"User can not be created/updated because it exceeds the allowed quantity of authentication methods per user. "
|
||||
"Check the `max_authentication_methods_per_user` setting");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user