Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.7.1
-
Fix Version/s: 2.8
-
Component/s: Administration
-
Testing Instructions:
- Open moodle/admin/user.php
- Click 'More'
- Make sure search by username is working as expected and that the username field is higher up in the form, under first name.
-
Affected Branches:MOODLE_27_STABLE
-
Fixed Branches:MOODLE_28_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-46272-master -
Pull Master Diff URL:
Description
Searching user by username is probably one of the most frequent task site admin is performing. Currently, username field is somewhere at the bottom of the list of filtering fields, which makes difficult to navigate and find it. I think it should be among the person's name-related filtering fields at the top (such as First name, Last name, email).