systemli / userli

Web application to (self-) manage email users and encrypt their mailboxes.
https://systemli.github.io/userli/
GNU Affero General Public License v3.0
64 stars 13 forks source link

Fix Regression in CRUD Controllers #555

Closed 0x46616c6b closed 7 months ago

0x46616c6b commented 7 months ago

After #546, the CRUDController used by Admin classes was broken. The parent class has no delete function, so it never got triggered. This means the entities for User and Alias will be hard-deleted.

sonarcloud[bot] commented 7 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud