From 982e8d8320cbddc2ed1a1a7db4862106978d8506 Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Tue, 30 Jul 2024 00:08:21 +0530 Subject: [PATCH] Fix post v4.x.x upgrade warning on admin UI. --- frontend/src/App.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 02819148..c06a7c8b 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -86,11 +86,11 @@
Remove the admin_username and admin_password fields from the TOML - configuration file. If you are using APIs, create and use new credentials. - Users are now managed via the + configuration file or environment variables. If you are using APIs, create and use new API credentials + before removing the them. Visit Admin -> Settings -> Users - dashboard. dashboard. Learn more.