mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 13:55:56 +03:00
[PR #189] [MERGED] feat(auth): update password requirements and add forgot/reset passwor… #381
Labels
No labels
backend
bug
developer
documentation
enhancement
enhancement
enhancement
feature
feature
fix
frontend
frontend
good first issue
help wanted
pull-request
safety-check
security
styles
styles
templates
templates
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dflow#381
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dflow-sh/dflow/pull/189
Author: @charanm927
Created: 5/27/2025
Status: ✅ Merged
Merged: 5/27/2025
Merged by: @charanm927
Base:
main← Head:forgot-password📝 Commits (1)
8943ba2feat(auth): update password requirements and add forgot/reset password functionality📊 Changes
16 files changed (+847 additions, -5 deletions)
View changed files
📝
env.ts(+6 -0)📝
package.json(+1 -0)📝
pnpm-lock.yaml(+361 -0)📝
src/actions/auth/validator.ts(+4 -1)➕
src/app/(frontend)/(auth)/forgot-password/page.tsx(+7 -0)➕
src/app/(frontend)/(auth)/reset-password/page.tsx(+14 -0)📝
src/app/(frontend)/(auth)/sign-in/page.tsx(+8 -1)➕
src/components/forgot-password/ForgotPasswordForm.tsx(+112 -0)➕
src/components/reset-password/ResetPasswordForm.tsx(+129 -0)📝
src/components/sign-in/SignInForm.tsx(+13 -3)➕
src/emails/common/Divider.tsx(+13 -0)➕
src/emails/common/EmailHeader.tsx(+41 -0)➕
src/emails/common/EmailLayout.tsx(+42 -0)➕
src/emails/reset-password/index.tsx(+74 -0)📝
src/payload.config.ts(+10 -0)📝
src/payload/collections/Users/index.ts(+12 -0)📄 Description
…d functionality
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.