[PR #747] [MERGED] feat: environment variable to toggle signups #1158

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/747
Author: @notnavindu
Created: 12/9/2023
Status: Merged
Merged: 12/15/2023
Merged by: @Mythie

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


📝 Commits (10+)

  • 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
  • 49736d2 Merge branch 'documenso:main' into feat/732-toggle-signup-form
  • 95041fa fix: build error
  • 5c1d30b chore: remove console log
  • 682cb37 fix: update auth-options
  • 6e10947 Merge branch 'main' into feat/732-toggle-signup-form

📊 Changes

8 files changed (+38 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)
📝 docker/compose.yml (+0 -1)
📝 packages/lib/next-auth/auth-options.ts (+12 -0)
📝 packages/trpc/server/auth-router/router.ts (+7 -0)
📝 packages/tsconfig/process-env.d.ts (+2 -0)
📝 turbo.json (+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/747 **Author:** [@notnavindu](https://github.com/notnavindu) **Created:** 12/9/2023 **Status:** ✅ Merged **Merged:** 12/15/2023 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `feat/732-toggle-signup-form` --- ### 📝 Commits (10+) - [`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 - [`49736d2`](https://github.com/documenso/documenso/commit/49736d25871b2122399f7e91f18e818bb2baf257) Merge branch 'documenso:main' into feat/732-toggle-signup-form - [`95041fa`](https://github.com/documenso/documenso/commit/95041fa2e4d8fb58948e56420e79fe010c75d006) fix: build error - [`5c1d30b`](https://github.com/documenso/documenso/commit/5c1d30bfbb8e935459885ac871b71c0fcbe7fbdd) chore: remove console log - [`682cb37`](https://github.com/documenso/documenso/commit/682cb37786ea6ac78cdefb88063d000110d02c1d) fix: update auth-options - [`6e10947`](https://github.com/documenso/documenso/commit/6e10947d0054ff3fb5f9697edaeb26b27f2fbc1c) Merge branch 'main' into feat/732-toggle-signup-form ### 📊 Changes **8 files changed** (+38 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) 📝 `docker/compose.yml` (+0 -1) 📝 `packages/lib/next-auth/auth-options.ts` (+12 -0) 📝 `packages/trpc/server/auth-router/router.ts` (+7 -0) 📝 `packages/tsconfig/process-env.d.ts` (+2 -0) 📝 `turbo.json` (+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#1158
No description provided.