-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
3.1.2
-
None
-
3.1.0.0
-
MOODLE_31_STABLE
Postgresql interprets single and double quotes differently than possibly other databases. Double quotes are used in
auth/oidc/classes/loginflow/rocreds.php lines 42 & 52
and
auth/oid/classes/loginflow/authcode.php lines 346 & 349
This does not work in Postgresql and causes authentication to fail. I needed to switch them to single quotes around 'user'. Could this be changed in trunk so I don't have to correct this in my local install upon the next update??