[PR #835] [MERGED] feat: restrict app access for unverified users #1197

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/835
Author: @catalinpit
Created: 1/16/2024
Status: Merged
Merged: 2/13/2024
Merged by: @Mythie

Base: mainHead: feat/disable-access-unverified-users


📝 Commits (10+)

📊 Changes

9 files changed (+216 additions, -7 deletions)

View changed files

apps/web/src/app/(unauthenticated)/unverified-account/page.tsx (+27 -0)
apps/web/src/components/forms/send-confirmation-email.tsx (+95 -0)
📝 apps/web/src/components/forms/signin.tsx (+16 -0)
📝 apps/web/src/components/forms/signup.tsx (+10 -4)
📝 packages/lib/next-auth/auth-options.ts (+18 -0)
📝 packages/lib/next-auth/error-codes.ts (+1 -0)
packages/lib/server-only/user/get-most-recent-verification-token-by-user-id.ts (+18 -0)
📝 packages/lib/server-only/user/send-confirmation-token.ts (+30 -2)
📝 packages/trpc/server/profile-router/router.ts (+1 -1)

📄 Description

No description provided


🔄 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/835 **Author:** [@catalinpit](https://github.com/catalinpit) **Created:** 1/16/2024 **Status:** ✅ Merged **Merged:** 2/13/2024 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `feat/disable-access-unverified-users` --- ### 📝 Commits (10+) - [`4aefb80`](https://github.com/documenso/documenso/commit/4aefb809894c3ff7f98eb572b458df2edb6c9d40) feat: restrict app access for unverified users - [`ffee2b2`](https://github.com/documenso/documenso/commit/ffee2b2c9a1922b73390086453d81b66ade21531) chore: merged main - [`49ecfc1`](https://github.com/documenso/documenso/commit/49ecfc1a2cf01e3bcdf195819657b463faf7e890) chore: refactor - [`311c8da`](https://github.com/documenso/documenso/commit/311c8da8fc8ad5ded8f8ed11146a517e740f07b5) chore: encrypt and decrypt email addr - [`e2fa015`](https://github.com/documenso/documenso/commit/e2fa01509dc602aedc9d9764a0f0f24e0e8208c5) chore: avoid returning unnecessary info - [`b2cca9a`](https://github.com/documenso/documenso/commit/b2cca9afb677da0505189aa5e0f68e57dc1250e5) chore: refactor - [`f514d55`](https://github.com/documenso/documenso/commit/f514d55d27bc23866dd70b6b7c7005bce5891851) chore: removed unused schema - [`1676f5b`](https://github.com/documenso/documenso/commit/1676f5bf6cbcdc63b6cae10ee0be61e1a4be5d52) chore: removed unused code - [`cc090ad`](https://github.com/documenso/documenso/commit/cc090adce0918def56279c44d76cecaa21bf5fe5) chore: refactor - [`6053a4a`](https://github.com/documenso/documenso/commit/6053a4a40a55db36c815dbc2bdbf3c140f62860d) chore: refactor ### 📊 Changes **9 files changed** (+216 additions, -7 deletions) <details> <summary>View changed files</summary> ➕ `apps/web/src/app/(unauthenticated)/unverified-account/page.tsx` (+27 -0) ➕ `apps/web/src/components/forms/send-confirmation-email.tsx` (+95 -0) 📝 `apps/web/src/components/forms/signin.tsx` (+16 -0) 📝 `apps/web/src/components/forms/signup.tsx` (+10 -4) 📝 `packages/lib/next-auth/auth-options.ts` (+18 -0) 📝 `packages/lib/next-auth/error-codes.ts` (+1 -0) ➕ `packages/lib/server-only/user/get-most-recent-verification-token-by-user-id.ts` (+18 -0) 📝 `packages/lib/server-only/user/send-confirmation-token.ts` (+30 -2) 📝 `packages/trpc/server/profile-router/router.ts` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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:15 +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#1197
No description provided.