sample_rails_tailwind/test/integration
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
..
.keep init sample-app 2024-12-29 17:12:54 +08:00
password_resets_test.rb feat: add password reset functionality 2025-01-08 11:44:42 +08:00
site_layout_test.rb style: standardize quotation marks and spacing 2025-01-04 10:21:22 +08:00
user_show_test.rb style: standardize quotes in tests 2025-01-07 11:58:37 +08:00
users_edit_test.rb test: improve users edit tests 2025-01-04 10:26:08 +08:00
users_index_test.rb chore: update thruster gem and configure smtp settings 2025-01-07 13:18:16 +08:00
users_login_test.rb feat: add pagination to user index view 2025-01-05 17:50:33 +08:00
users_signup_test.rb style: standardize quotes in tests 2025-01-07 11:58:37 +08:00