Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
I am validating user name and password in login page. I am using the QueryDataTableEntries service of info table.Info table has the User Id of "abc" . I tested the service with the below query parameters
{
"filters": {
"fieldName": "UserId",
"type": "EQ",
"value": "Abc"
}
}
Ideally it should not return any record. But I am getting the "abc" row as a result and the user could able to login successfully.
Please let me know how to handle this case??
Currentlythere is no case sensitive query available. An enhancement/new feature request has been submitted for an EQ CS query.