From 5d583d9194f3571decf5980365deeb0e1d8485f7 Mon Sep 17 00:00:00 2001 From: yiekheng Date: Sun, 10 May 2026 18:50:28 +0800 Subject: [PATCH] fix(web): forgot-password dialog, settings tagline, account dialog triggers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Login page: replace static 'Forget Password? Contact IT' line with a proper dialog button. Clicking opens an explanatory dialog (self- service reset is intentionally disabled; admins can reset from /settings/users or run scripts/set-password.sh). - /settings: drop the 'cm WhatsApp Bot · self-hosted' tagline. - /accounts/[id]: Unpair + Delete cards weren't responding to clicks. Restructure so the transparent -

- Forget Password? Contact IT -

+ + + + + + + Forgot your password? + + Self-service password reset is intentionally disabled on + this deployment. To recover access, contact an + administrator. They can reset your password from + Settings → Users, or run{" "} + + ./scripts/set-password.sh <username> + {" "} + from the tools container. + + + + + + + + + ); } diff --git a/apps/web/src/app/settings/page.tsx b/apps/web/src/app/settings/page.tsx index 7cd9e43..f448776 100644 --- a/apps/web/src/app/settings/page.tsx +++ b/apps/web/src/app/settings/page.tsx @@ -77,10 +77,6 @@ export default async function SettingsPage() { - -

- cm WhatsApp Bot · self-hosted -

); }