[PR #469] [MERGED] feat: added password validation #992

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/469
Author: @adithyaakrishna
Created: 9/29/2023
Status: Merged
Merged: 1/30/2024
Merged by: @dguyen

Base: feat/refreshHead: issue#464


📝 Commits (9)

  • 9266484 chore: fixed conflicts
  • 0525515 chore: added common pwd validation
  • df59d84 chore: resolved conflicts
  • 2b76de7 chore: extracted to ZPasswordSchema
  • 5d9c8b0 chore: updated tests for signup
  • 7f47813 Merge branch 'feat/refresh' into issue#464
  • a95aafc Merge branch 'feat/refresh' into issue#464
  • 239ac87 chore: update password schemas
  • 8711f4b Merge branch 'feat/refresh' into issue#464

📊 Changes

8 files changed (+50 additions, -18 deletions)

View changed files

📝 .env.example (+1 -1)
📝 apps/web/src/components/forms/password.tsx (+4 -3)
📝 apps/web/src/components/forms/reset-password.tsx (+3 -2)
📝 apps/web/src/components/forms/signin.tsx (+2 -1)
📝 apps/web/src/components/forms/signup.tsx (+17 -6)
📝 packages/trpc/server/auth-router/schema.ts (+17 -1)
📝 packages/trpc/server/profile-router/schema.ts (+5 -3)
📝 packages/ui/primitives/data-table-pagination.tsx (+1 -1)

📄 Description

Description:

This PR Fixes #464


🔄 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/469 **Author:** [@adithyaakrishna](https://github.com/adithyaakrishna) **Created:** 9/29/2023 **Status:** ✅ Merged **Merged:** 1/30/2024 **Merged by:** [@dguyen](https://github.com/dguyen) **Base:** `feat/refresh` ← **Head:** `issue#464` --- ### 📝 Commits (9) - [`9266484`](https://github.com/documenso/documenso/commit/92664841cd8d8e8bfd28137845ca13d545de2e4d) chore: fixed conflicts - [`0525515`](https://github.com/documenso/documenso/commit/05255156e46a49406692152d4b8f807ec0557aa2) chore: added common pwd validation - [`df59d84`](https://github.com/documenso/documenso/commit/df59d8433706edf9cf6f656c1139d5288271e16b) chore: resolved conflicts - [`2b76de7`](https://github.com/documenso/documenso/commit/2b76de776a90df05530f1c1b96976bd2806a8aa3) chore: extracted to ZPasswordSchema - [`5d9c8b0`](https://github.com/documenso/documenso/commit/5d9c8b064ae294d5d6eac4058f0b44ab78e92ae1) chore: updated tests for signup - [`7f47813`](https://github.com/documenso/documenso/commit/7f47813ab87eae1610b095535dba51dd5e33dc3e) Merge branch 'feat/refresh' into issue#464 - [`a95aafc`](https://github.com/documenso/documenso/commit/a95aafcd9307122f665b9ec10d379f79bb9a39b1) Merge branch 'feat/refresh' into issue#464 - [`239ac87`](https://github.com/documenso/documenso/commit/239ac8736e26e2c3c7869bd37296c2e6de064ae2) chore: update password schemas - [`8711f4b`](https://github.com/documenso/documenso/commit/8711f4bbe3ba559c7c327e96349ebe9d26a38c28) Merge branch 'feat/refresh' into issue#464 ### 📊 Changes **8 files changed** (+50 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+1 -1) 📝 `apps/web/src/components/forms/password.tsx` (+4 -3) 📝 `apps/web/src/components/forms/reset-password.tsx` (+3 -2) 📝 `apps/web/src/components/forms/signin.tsx` (+2 -1) 📝 `apps/web/src/components/forms/signup.tsx` (+17 -6) 📝 `packages/trpc/server/auth-router/schema.ts` (+17 -1) 📝 `packages/trpc/server/profile-router/schema.ts` (+5 -3) 📝 `packages/ui/primitives/data-table-pagination.tsx` (+1 -1) </details> ### 📄 Description **Description:** This PR Fixes #464 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:31:21 +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#992
No description provided.