sample_rails_tailwind/app
songtianlun 32ec61fe00 feat: add password reset functionality
- Implement password reset request and form
- Add user validation and expiration checks
- Create integration tests for password reset process

This commit introduces a complete password reset feature, allowing
users to reset their passwords securely. It includes necessary
validations to ensure the user is valid and the reset token has
not expired. Additionally, integration tests have been added to
verify the functionality and edge cases, enhancing overall
application security and user experience.
2025-01-08 11:44:42 +08:00
..
assets feat: add user index page and update navigation 2025-01-05 01:59:05 +08:00
controllers feat: add password reset functionality 2025-01-08 11:44:42 +08:00
helpers feat: add password reset functionality 2025-01-07 18:09:44 +08:00
javascript feat: update asset management and add bundling tools 2025-01-02 14:45:44 +08:00
jobs init sample-app 2024-12-29 17:12:54 +08:00
mailers fix: correct user activation and password reset logic 2025-01-08 10:14:36 +08:00
models feat: add password reset functionality 2025-01-08 11:44:42 +08:00
views feat: add password reset functionality 2025-01-08 11:44:42 +08:00