sample_rails_tailwind/config
songtianlun 43d39c3010 feat: add password reset functionality
- Implement PasswordResetsController with new and create actions
- Add views for new and edit password reset forms
- Update routes to include password reset paths
- Create migration to add reset_digest and reset_send_at to users

This commit introduces a complete password reset feature, allowing
users to request a password reset via email. It includes the
necessary controller actions, views, and database schema updates.
The user experience is enhanced with a link to the password reset
form on the login page.
2025-01-07 18:09:44 +08:00
..
environments chore: update thruster gem and configure smtp settings 2025-01-07 13:18:16 +08:00
initializers feat: add pagination to user index view 2025-01-05 17:50:33 +08:00
locales feat: add pagination to user index view 2025-01-05 17:50:33 +08:00
application.rb init sample-app 2024-12-29 17:12:54 +08:00
boot.rb init sample-app 2024-12-29 17:12:54 +08:00
cable.yml init sample-app 2024-12-29 17:12:54 +08:00
cache.yml init sample-app 2024-12-29 17:12:54 +08:00
credentials.yml.enc chore: update thruster gem and configure smtp settings 2025-01-07 13:18:16 +08:00
database.yml init sample-app 2024-12-29 17:12:54 +08:00
deploy.yml init sample-app 2024-12-29 17:12:54 +08:00
environment.rb init sample-app 2024-12-29 17:12:54 +08:00
importmap.rb feat: update asset management and add bundling tools 2025-01-02 14:45:44 +08:00
puma.rb init sample-app 2024-12-29 17:12:54 +08:00
queue.yml init sample-app 2024-12-29 17:12:54 +08:00
recurring.yml init sample-app 2024-12-29 17:12:54 +08:00
routes.rb feat: add password reset functionality 2025-01-07 18:09:44 +08:00
storage.yml init sample-app 2024-12-29 17:12:54 +08:00