[PR #488] [MERGED] feat: require old password for password reset #1005

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/488
Author: @Udit-takkar
Created: 10/2/2023
Status: Merged
Merged: 10/4/2023
Merged by: @dguyen

Base: feat/refreshHead: feat/password-reset


📝 Commits (2)

  • 0c220cd feat: require old password for password reset
  • f67e6e3 chore: update error message

📊 Changes

4 files changed (+61 additions, -11 deletions)

View changed files

📝 apps/web/src/components/forms/password.tsx (+38 -1)
📝 packages/lib/server-only/user/update-password.ts (+20 -9)
📝 packages/trpc/server/profile-router/router.ts (+2 -1)
📝 packages/trpc/server/profile-router/schema.ts (+1 -0)

📄 Description

Fixes: https://github.com/documenso/documenso/issues/471

https://github.com/documenso/documenso/assets/53316345/22b92851-b819-420c-8d2b-1fee4c04f6cb


🔄 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/488 **Author:** [@Udit-takkar](https://github.com/Udit-takkar) **Created:** 10/2/2023 **Status:** ✅ Merged **Merged:** 10/4/2023 **Merged by:** [@dguyen](https://github.com/dguyen) **Base:** `feat/refresh` ← **Head:** `feat/password-reset` --- ### 📝 Commits (2) - [`0c220cd`](https://github.com/documenso/documenso/commit/0c220cd06705a2476c957c368aacdd57ccc99968) feat: require old password for password reset - [`f67e6e3`](https://github.com/documenso/documenso/commit/f67e6e366d1af84a2aa8e4392fc78acfbd23c54d) chore: update error message ### 📊 Changes **4 files changed** (+61 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/src/components/forms/password.tsx` (+38 -1) 📝 `packages/lib/server-only/user/update-password.ts` (+20 -9) 📝 `packages/trpc/server/profile-router/router.ts` (+2 -1) 📝 `packages/trpc/server/profile-router/schema.ts` (+1 -0) </details> ### 📄 Description Fixes: https://github.com/documenso/documenso/issues/471 https://github.com/documenso/documenso/assets/53316345/22b92851-b819-420c-8d2b-1fee4c04f6cb --- <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:25 +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#1005
No description provided.