Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forgot password feature broken #5505

Closed
martmull opened this issue May 21, 2024 · 1 comment · Fixed by #5602
Closed

Forgot password feature broken #5505

martmull opened this issue May 21, 2024 · 1 comment · Fixed by #5602
Assignees

Comments

@martmull
Copy link
Contributor

Bug Description

Forgot Password link broken
image

Expected behavior

Forgot Password link works

Technical inputs

@martmull martmull self-assigned this May 21, 2024
Copy link
Contributor

greptile-apps bot commented May 21, 2024

Disclaimer: This comment was automatically generated with AI. It can give some useful hints as to where to look for, but sometimes it can also give very inaccurate answers so takes this with a pinch of salt :).

To resolve the 'Forgot Password' feature issue:

  1. Frontend: Check the PasswordReset component in twenty-front.

    • File: twenty-front/src/components/PasswordReset.js
    • Ensure the form submission correctly triggers the password reset request.
  2. Backend: Verify the emailPasswordResetLink resolver in twenty-server.

    • File: twenty-server/src/resolvers/userResolvers.js
    • Ensure the resolver generates a valid reset token and sends the email.
  3. Email Service: Confirm the email service configuration.

    • File: twenty-server/src/services/emailService.js
    • Ensure the email template and sending logic are correct.

References

@martmull martmull moved this to 🔖 Planned in 🎯 Roadmap & Sprints May 27, 2024
@martmull martmull linked a pull request May 27, 2024 that will close this issue
@martmull martmull moved this from 🔖 Planned to 👀 In review in 🎯 Roadmap & Sprints May 27, 2024
@github-project-automation github-project-automation bot moved this from 👀 In review to ✅ Done in 🎯 Roadmap & Sprints May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant