diff --git a/ext/user/main.php b/ext/user/main.php index 7dd67093..8b75113f 100644 --- a/ext/user/main.php +++ b/ext/user/main.php @@ -54,7 +54,7 @@ class UserTable extends Table new DateColumn("joindate", "Join Date"), new UserActionColumn(), ]); - $this->order_by = ["name"]; + $this->order_by = ["id DESC"]; $this->table_attrs = ["class" => "zebra"]; } }