mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-46272 user_filters: Username field should be easier to find.
This commit is contained in:
parent
3e511ca50b
commit
1b28d1a70e
@ -63,10 +63,10 @@ class user_filtering {
|
||||
}
|
||||
|
||||
if (empty($fieldnames)) {
|
||||
$fieldnames = array('realname' => 0, 'lastname' => 1, 'firstname' => 1, 'email' => 1, 'city' => 1, 'country' => 1,
|
||||
$fieldnames = array('realname' => 0, 'lastname' => 1, 'firstname' => 1, 'username' => 1, 'email' => 1, 'city' => 1, 'country' => 1,
|
||||
'confirmed' => 1, 'suspended' => 1, 'profile' => 1, 'courserole' => 1, 'systemrole' => 1,
|
||||
'cohort' => 1, 'firstaccess' => 1, 'lastaccess' => 1, 'neveraccessed' => 1, 'timemodified' => 1,
|
||||
'nevermodified' => 1, 'username' => 1, 'auth' => 1, 'mnethostid' => 1);
|
||||
'nevermodified' => 1, 'auth' => 1, 'mnethostid' => 1);
|
||||
}
|
||||
|
||||
$this->_fields = array();
|
||||
|
Loading…
x
Reference in New Issue
Block a user