-
Improvement
-
Resolution: Done
-
Minor
-
None
-
2.2, 3.8.2
-
MOODLE_22_STABLE, MOODLE_38_STABLE
-
For Administration > Plugins > Web services > Manage token > Add, we implemented a username/userid text box when the user total > 500. It's because a select box reach out of memory.
I suggest to get an autocompletion text box a la Facebook. I created this one (you can see it when adding a token):
https://github.com/mouneyrac/moodle/tree/wip-MDL-30140
It needs small refactoring to have a generic version, testing, and overwritting the no-javascript work.