aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/sasl/scram.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sasl/scram.py b/modules/sasl/scram.py
index b16bd448..03bc610a 100644
--- a/modules/sasl/scram.py
+++ b/modules/sasl/scram.py
@@ -16,7 +16,7 @@ SCRAM_ERRORS = [
"channel-binding-not-supported",
"unsupported-channel-binding-type",
"unknown-user",
- "invalid-username-encoding", # invalid utf8 of bad SASLprep
+ "invalid-username-encoding", # invalid utf8 or bad SASLprep
"no-resources",
"other-error"
]