aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2020-05-11 00:09:00 +1000
committeronefang2020-05-11 00:09:00 +1000
commit51b349e2e13c9744395254b49330b65f76b65845 (patch)
tree48f3b77d99f7e9f615aeb72f681ddc733b6cc610
parentDon't allow lowering level. (diff)
downloadopensim-SC_OLD-51b349e2e13c9744395254b49330b65f76b65845.zip
opensim-SC_OLD-51b349e2e13c9744395254b49330b65f76b65845.tar.gz
opensim-SC_OLD-51b349e2e13c9744395254b49330b65f76b65845.tar.bz2
opensim-SC_OLD-51b349e2e13c9744395254b49330b65f76b65845.tar.xz
Typo--
-rw-r--r--src/sledjchisl/sledjchisl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c
index a26c922..ca4df6a 100644
--- a/src/sledjchisl/sledjchisl.c
+++ b/src/sledjchisl/sledjchisl.c
@@ -4398,7 +4398,7 @@ static int nameValidate(reqData *Rd, inputForm *iF, inputValue *iV)
4398 4398
4399 // Apparently names are not case sensitive on login, but stored with case in the database. 4399 // Apparently names are not case sensitive on login, but stored with case in the database.
4400 // I confirmed that, can log in no matter what case you use. 4400 // I confirmed that, can log in no matter what case you use.
4401 // Seems to be good security for names to be cose insensitive. 4401 // Seems to be good security for names to be case insensitive.
4402 // UserAccounts FirstName and LastName fields are both varchar(64) utf8_general_ci. 4402 // UserAccounts FirstName and LastName fields are both varchar(64) utf8_general_ci.
4403 // The MySQL docs say that the "_ci" bit means comparisons will be case insensitive. So that should work fine. 4403 // The MySQL docs say that the "_ci" bit means comparisons will be case insensitive. So that should work fine.
4404 4404