dominik-th / matomo-plugin-LoginOIDC

external authentication services for matomo
https://plugins.matomo.org/LoginOIDC/
GNU General Public License v3.0
40 stars 29 forks source link

Delete a user created by LoginOIDC fails #108

Open fstorz opened 6 months ago

fstorz commented 6 months ago

Error message

SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`matomo`.`matomo_loginoidc_provider`, CONSTRAINT `matomo_loginoidc_provider_ibfk_1` FOREIGN KEY (`user`) REFERENCES `matomo_user` (`login`) ON DELETE CASCADE)

Steps to reproduce

  1. Go to user management /index.php?module=UsersManager
  2. Click on "Delete" icon for a user
  3. See error message

Details Matomo Version: 4.16.0 LoginOIDC Version: 4.1.2