-
Improvement
-
Resolution: Fixed
-
Minor
-
4.3
-
MOODLE_403_STABLE
-
MOODLE_403_STABLE
-
-
1
While working on MDL-76656, we need to add a Last Access column at the table view of Web service tokens so users get well-informed on which tokens have been used frequently and which have not been used for a long time. The column can be sorted ascending and descending.
It will affect two pages:
- Manage Web Service Tokens
- User Security Keys
The external_tokens DB table already has the last access information in the lastaccess column.