summaryrefslogtreecommitdiffstats
path: root/Bugzilla/User.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/User.pm')
-rw-r--r--Bugzilla/User.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm
index ce778c728..947d0089e 100644
--- a/Bugzilla/User.pm
+++ b/Bugzilla/User.pm
@@ -90,6 +90,7 @@ use constant DB_COLUMNS => (
);
use constant NAME_FIELD => 'login_name';
use constant ID_FIELD => 'userid';
+use constant LIST_ORDER => NAME_FIELD;
use constant REQUIRED_CREATE_FIELDS => qw(login_name cryptpassword);