Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.2.1, 2.2.9, 2.3.6, 2.4.3, 2.5
-
Component/s: Web Services
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_22_STABLE, MOODLE_23_STABLE, MOODLE_24_STABLE, MOODLE_25_STABLE
-
Fixed Branches:MOODLE_23_STABLE, MOODLE_24_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-31193-master -
Pull Master Diff URL:
Description
webservice/renderer.php: user_webservice_tokens_box()
Fix the following TODO:
if (!empty($token->validuntil)) {
|
$validuntil = date("F j, Y"); //TODO: language support (look for moodle function)
|
}
|
To see the 'valid until' information on your security keys page: you need to be a non admin user who has a token. The admin need to have set you up as an authorised user, and to have also set you up a 'valid until'.
Attachments
Issue Links
- duplicates
-
MDL-30227 Manage token page display wrong valid date when token date validation is set.
-
- Closed
-