Commit Graph

1 Commits

Author SHA1 Message Date
cd29e3150a Add role management for users and update related translations and templates
- Added a `roles` column to the `users` table using a JSONB data type.
- Updated the `User` entity to include role management methods (`getRoles`, `addRole`, `removeRole`).
- Modified the `UserType` form to allow selecting special roles.
- Updated Twig templates to display assigned roles in the user list.
- Added new translations for roles and updated French translation keys in `messages.fr.yml`.
2026-03-03 14:13:04 +01:00