-
Bug
-
Resolution: Fixed
-
Minor
-
3.10.7, 3.11.2, 4.0
-
MOODLE_310_STABLE, MOODLE_311_STABLE, MOODLE_400_STABLE
-
MOODLE_310_STABLE, MOODLE_311_STABLE
-
When I create a webservice token without an expiry date, it records validuntil = 0 in the tokens table:
However the method for retrieving them only considers NULL as non-expiring tokens: https://github.com/moodle/moodle/blob/443a980aea0dcd12d4eb3ba69bc0347b43acb665/webservice/lib.php#L864
This means when admin changes a user password, they aren't prompted to Sign out everywhere for the user (found while looking at MDL-72462)
- Discovered while testing
-
MDL-72462 Editing profile misaligned checkbox form fields
- Closed