sentora / sentora-core

Sentora is a web hosting control panel written in PHP for *NIX
GNU General Public License v3.0
648 stars 446 forks source link

After user is deleted records in database are not removed. #165

Closed IliaIdakiev closed 9 years ago

IliaIdakiev commented 9 years ago

After user is deleted records in database are not removed. I have to manually delete them if I want to re-register the user.

TGates71 commented 9 years ago

That is correct. It is by design. It keeps the records in case there are any issues with that user's account like abuse etc. On that note, I have just released a new module that does what you are asking: http://forums.sentora.org/showthread.php?tid=1617 Currently it does not backup any records you delete, it just completely removes the selected records permanently.

IliaIdakiev commented 9 years ago

Thank you!