diff --git a/apps/web/src/app/accounts/[id]/page.tsx b/apps/web/src/app/accounts/[id]/page.tsx index 8885862..f31e675 100644 --- a/apps/web/src/app/accounts/[id]/page.tsx +++ b/apps/web/src/app/accounts/[id]/page.tsx @@ -156,26 +156,26 @@ export default async function AccountDetailPage({ params }: AccountDetailPagePro - {/* Unpair — 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 -

); }