infoalloggi-monorepo/apps/db
Marco Pedone 4d7802ccc6 feat: implement user invitation system with email invites and password setup
- Added user_invites table to manage invitation tokens.
- Created invite router with procedures for sending, verifying, and accepting invites.
- Implemented email sending functionality for invites.
- Updated user controller to handle password setting during invite acceptance.
- Introduced mustChangePassword flag in user schema and related logic.
- Added middleware to enforce password change requirement.
- Created forms for accepting invites and changing passwords.
- Updated database migrations to reflect new user invite structure and fields.
2025-12-14 18:57:56 +01:00
..
migrations feat: implement user invitation system with email invites and password setup 2025-12-14 18:57:56 +01:00
.dockerignore Add .dockerignore files and remove migration.sql 2025-08-28 14:58:43 +02:00
dev-docker-compose.yml refactor(dev-docker-compose): Remove unused environment variable from migrate service 2025-10-30 19:07:44 +01:00
dev.sh feat(migrations): Add new columns to servizio table for enhanced functionality 2025-10-30 18:43:14 +01:00
filter_sql.awk init 2025-08-04 17:45:44 +02:00
log_parser.sh init 2025-08-04 17:45:44 +02:00
pg_dumper.sh init 2025-08-04 17:45:44 +02:00