[PR #746] [CLOSED] feat: environment variable to toggle signups #1159

Closed
opened 2026-02-26 19:32:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/746
Author: @notnavindu
Created: 12/9/2023
Status: Closed

Base: mainHead: feat/732-toggle-signup-form


📝 Commits (5)

  • 323380d feat: env variable to disable signing up
  • dbdef79 chore: remove old env variable from docker compose
  • 78a1ee2 feat: disable oauth signup when DISABLE_SIGNUP is true
  • 3b3987d chore: add env to env.example
  • ee5ce78 chore: remove unused code

📊 Changes

8 files changed (+35 additions, -7 deletions)

View changed files

📝 .env.example (+2 -0)
📝 apps/web/src/app/(unauthenticated)/signin/page.tsx (+8 -6)
📝 apps/web/src/app/(unauthenticated)/signup/page.tsx (+5 -0)
📝 apps/web/src/components/forms/signin.tsx (+1 -0)
📝 docker/compose.yml (+0 -1)
📝 packages/lib/next-auth/auth-options.ts (+10 -0)
📝 packages/trpc/server/auth-router/router.ts (+7 -0)
📝 packages/tsconfig/process-env.d.ts (+2 -0)

📄 Description

Closes #732


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/746 **Author:** [@notnavindu](https://github.com/notnavindu) **Created:** 12/9/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/732-toggle-signup-form` --- ### 📝 Commits (5) - [`323380d`](https://github.com/documenso/documenso/commit/323380d7574c55e0b6da91ced6d02d0c7f44540d) feat: env variable to disable signing up - [`dbdef79`](https://github.com/documenso/documenso/commit/dbdef79263f5ae3acae594d9df78ea2598987226) chore: remove old env variable from docker compose - [`78a1ee2`](https://github.com/documenso/documenso/commit/78a1ee2af0ddc3465648e9c21aea351d73101570) feat: disable oauth signup when DISABLE_SIGNUP is true - [`3b3987d`](https://github.com/documenso/documenso/commit/3b3987dcf8d55095384a3e74c427fbb7caa147b3) chore: add env to env.example - [`ee5ce78`](https://github.com/documenso/documenso/commit/ee5ce78c822f512117f530aa886dc254c602b7c0) chore: remove unused code ### 📊 Changes **8 files changed** (+35 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+2 -0) 📝 `apps/web/src/app/(unauthenticated)/signin/page.tsx` (+8 -6) 📝 `apps/web/src/app/(unauthenticated)/signup/page.tsx` (+5 -0) 📝 `apps/web/src/components/forms/signin.tsx` (+1 -0) 📝 `docker/compose.yml` (+0 -1) 📝 `packages/lib/next-auth/auth-options.ts` (+10 -0) 📝 `packages/trpc/server/auth-router/router.ts` (+7 -0) 📝 `packages/tsconfig/process-env.d.ts` (+2 -0) </details> ### 📄 Description Closes #732 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:32:05 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#1159
No description provided.