RamakrushnaBiswal / PlayCafe

it a cafe website🚀
https://play-cafe.vercel.app/
MIT License
17 stars 54 forks source link

Feat:Forgot Password #207

Closed 17arindam closed 2 hours ago

17arindam commented 3 hours ago

Describe the feature

Description: We need to implement a "Forgot Password" feature that allows users to reset their password via a registered email. When a user clicks on "Forgot Password," they should be prompted to enter their registered email. Upon submission, the system should send a password reset link to that email.

Acceptance Criteria: Add a "Forgot Password" button on the login page. Prompt the user to enter their registered email after clicking the button. Validate the email to ensure it is registered with the system. Send a password reset link to the registered email. Ensure the link contains a secure, time-sensitive token. Provide appropriate success and error messages for the user, such as: Success: "A password reset link has been sent to your registered email." Error: "This email is not registered with our system." Redirect users to a page where they can set a new password after clicking the reset link.

Add ScreenShots

Screenshot 2024-10-10 180548

Record

github-actions[bot] commented 3 hours ago

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our CONTRIBUTING.md for guidelines on contributing to this project. for more information join our discord https://discord.gg/Jh3bWQ7FRN

RamakrushnaBiswal commented 2 hours ago

@17arindam duplicate as #177

github-actions[bot] commented 2 hours ago

Hello @17arindam! Your issue #207 has been closed. Thank you for your contribution!🚀