From da0a22aa85d6f622e12214c13766ef3dee2160dc Mon Sep 17 00:00:00 2001 From: MatthieuLP Date: Mon, 6 Feb 2023 15:02:41 +0100 Subject: [PATCH] (cp c6ada9b) related to #1858 Most recent user first --- admin/themes/default/js/user_list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/themes/default/js/user_list.js b/admin/themes/default/js/user_list.js index 756fad3fd..74b6d1994 100644 --- a/admin/themes/default/js/user_list.js +++ b/admin/themes/default/js/user_list.js @@ -1481,7 +1481,7 @@ function update_guest_info() { function update_user_list() { let update_data = { display: "all", - order: "id", + order: "id DESC", // We want the most recent user first page: actual_page - 1, per_page: per_page, exclude: [guest_id]