[PR #959] [CLOSED] feat: signup password hint #1278

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/959
Author: @anikdhabal
Created: 2/23/2024
Status: Closed

Base: mainHead: issue#954


📝 Commits (9)

  • 6900732 feat: password hint
  • 028b8a2 feat: add password hint
  • 38381d5 feat: password hint
  • b0575ef Merge branch 'main' into issue#954
  • e519739 fix: some changes
  • cade183 Merge branch 'main' into issue#954
  • d261844 Merge branch 'main' into issue#954
  • 1b6d07c Merge branch 'main' into issue#954
  • 6430a2b Merge branch 'main' into issue#954

📊 Changes

7 files changed (+157 additions, -16 deletions)

View changed files

📝 apps/web/src/components/forms/password.tsx (+7 -5)
📝 apps/web/src/components/forms/reset-password.tsx (+4 -2)
📝 apps/web/src/components/forms/signup.tsx (+4 -4)
📝 apps/web/src/components/forms/v2/signup.tsx (+4 -4)
📝 packages/trpc/server/auth-router/schema.ts (+11 -0)
packages/ui/primitives/hinted-password-input.tsx (+125 -0)
📝 packages/ui/primitives/password-input.tsx (+2 -1)

📄 Description

fixes #954

https://github.com/documenso/documenso/assets/81948346/3e2dfb95-5f31-4cf6-8aec-503b20229557

Summary by CodeRabbit

  • New Features

    • Introduced a "Hinted Password" input component with interactive password strength validation hints.
  • Enhancements

    • Updated password fields in sign-up forms to provide real-time feedback on password strength and criteria compliance.
  • Refactor

    • Standardized password schema naming and replaced obsolete components with new hinted password input components.

🔄 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/959 **Author:** [@anikdhabal](https://github.com/anikdhabal) **Created:** 2/23/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `issue#954` --- ### 📝 Commits (9) - [`6900732`](https://github.com/documenso/documenso/commit/690073266c4d304a4f05767aa1b86d4494db0884) feat: password hint - [`028b8a2`](https://github.com/documenso/documenso/commit/028b8a297a40a73eb4b1d49c7c3c814dcb55bfb6) feat: add password hint - [`38381d5`](https://github.com/documenso/documenso/commit/38381d587a75138fd3022bd71947256903efc796) feat: password hint - [`b0575ef`](https://github.com/documenso/documenso/commit/b0575efa1bf7f16680cd3a55f77c56fda384198f) Merge branch 'main' into issue#954 - [`e519739`](https://github.com/documenso/documenso/commit/e519739bd47732f02259b2e2cf724fde90052015) fix: some changes - [`cade183`](https://github.com/documenso/documenso/commit/cade183ef9b54d694b99e9835771e6891229a443) Merge branch 'main' into issue#954 - [`d261844`](https://github.com/documenso/documenso/commit/d2618441deda3fc669898b6b2f6b4129b173ebbb) Merge branch 'main' into issue#954 - [`1b6d07c`](https://github.com/documenso/documenso/commit/1b6d07ce380511b5c268b79039430a47e3ef2d5a) Merge branch 'main' into issue#954 - [`6430a2b`](https://github.com/documenso/documenso/commit/6430a2b658e470a1acc8152507227ac28bf4bf84) Merge branch 'main' into issue#954 ### 📊 Changes **7 files changed** (+157 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/src/components/forms/password.tsx` (+7 -5) 📝 `apps/web/src/components/forms/reset-password.tsx` (+4 -2) 📝 `apps/web/src/components/forms/signup.tsx` (+4 -4) 📝 `apps/web/src/components/forms/v2/signup.tsx` (+4 -4) 📝 `packages/trpc/server/auth-router/schema.ts` (+11 -0) ➕ `packages/ui/primitives/hinted-password-input.tsx` (+125 -0) 📝 `packages/ui/primitives/password-input.tsx` (+2 -1) </details> ### 📄 Description fixes #954 https://github.com/documenso/documenso/assets/81948346/3e2dfb95-5f31-4cf6-8aec-503b20229557 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a "Hinted Password" input component with interactive password strength validation hints. - **Enhancements** - Updated password fields in sign-up forms to provide real-time feedback on password strength and criteria compliance. - **Refactor** - Standardized password schema naming and replaced obsolete components with new hinted password input components. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <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:35 +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#1278
No description provided.