I'm using the docker image 5.3.0 with mariadb.
When going in the menu "Users and Resources" and click on the delete button, there's a 404 error on the URL :
https://cal.domain.com/users/delete/username@domain.com
I don't get how it's possible; the route seems to be ok, #[Route('/delete/{username}', name: 'delete')]
I checked in the DB, the user is there with this username...
The same thing happens when trying to edit; but it works when the username is not an email (does not contain an @)
Thanks for you help