|
966 | 966 | # |
967 | 967 |
|
968 | 968 | e('CONNECTION_HEADER_AUTH', |
969 | | - title = "Could not get authentication information from the header", |
970 | | - desc = CODING_BUG) |
| 969 | + title = "Authentication failed: could not get authentication information from the header") |
971 | 970 |
|
972 | 971 | e('CONNECTION_AUTH_GET_HEADER', |
973 | | - title = "Could not parse the authentication information in the header", |
974 | | - desc = "The authentication information in the connection header does not match with the configuration type.") |
| 972 | + title = "Authentication failed: could not parse the authentication information in the header", |
| 973 | + desc = "The authentication method in the connection does not match with the configuration.") |
975 | 974 |
|
976 | 975 | e('CONNECTION_LOGIN_ERROR', |
977 | 976 | title = "Login failed: invalid password", |
978 | 977 | desc = "The supplied password is invalid.") |
979 | 978 |
|
980 | 979 | e('CONNECTION_NO_USER', |
981 | | - title = "The connection does not have users", |
982 | | - desc = BROKEN_CONFIG) |
| 980 | + title = "The connection does not have a user", |
| 981 | + desc = "The connection's user field is empty.") |
983 | 982 |
|
984 | 983 | e('CONNECTION_NO_VALID_USER', |
985 | | - title = "The connection's user (%s) is not valid, please check the configuration.", |
| 984 | + title = "The connection's user (%s) is not in the fixed list, please check the configuration.", |
986 | 985 | desc = BROKEN_CONFIG) |
987 | 986 |
|
988 | 987 | e('CONNECTION_INVALID_IP', |
|
0 commit comments