- 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. |
||
|---|---|---|
| .. | ||
| migrations | ||
| .dockerignore | ||
| dev-docker-compose.yml | ||
| dev.sh | ||
| filter_sql.awk | ||
| log_parser.sh | ||
| pg_dumper.sh | ||