Skip to content

Users created with an email as login can't be deleted #241

@thejoelinux

Description

@thejoelinux

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions