-
Bug
-
Resolution: Fixed
-
Minor
-
2.2.1, 2.2.9, 2.3.6, 2.4.3, 2.5
-
MOODLE_22_STABLE, MOODLE_23_STABLE, MOODLE_24_STABLE, MOODLE_25_STABLE
-
MOODLE_23_STABLE, MOODLE_24_STABLE
-
MDL-31193-master -
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'.
- duplicates
-
MDL-30227 Manage token page display wrong valid date when token date validation is set.
-
- Closed
-