From 1bbb94d5006cab39ac0eb0f05088763615373230 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sun, 1 Mar 2026 10:17:30 -0300 Subject: [PATCH] fix(directory): improve error message for invalid credentials - Updated error message to explain when credentials are found but invalid - Clarified that credentials might be from a previous installation - Added step-by-step solution for resetting credentials - Removed misleading 'No admin credentials found' message The error now accurately reflects the actual problem: authentication failure rather than missing credentials. --- src/core/package_manager/mod.rs | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/src/core/package_manager/mod.rs b/src/core/package_manager/mod.rs index cd47f1f61..5f353ed7f 100644 --- a/src/core/package_manager/mod.rs +++ b/src/core/package_manager/mod.rs @@ -196,21 +196,26 @@ async fn get_admin_credentials(stack_path: &str) -> anyhow::Result