-
Sub-task
-
Resolution: Fixed
-
Minor
-
2.2
-
None
-
MOODLE_22_STABLE
-
MOODLE_22_STABLE
-
The SQL statement within login/token.php that is selecting all of the applicable tokens for the user + service joins on the service and then selects several fields from it.
However after the refactoring done in MDL-29716 this join and selects no longer appear to be needed (the service is fetched above and we can use the id from there in the where directly).
- has been marked as being related by
-
MDL-29716 Make token more flexible to support third party client
-
- Closed
-