(05-17-2015, 12:11 AM)greendy Wrote: I'm installing fresh Sentora, when I re-add(add-delete-add) client account with the same email I got this message 'Another user account is already using this email address.'. So I double check into x_accounts table the old account still there.. please enlighten me whether it's a bug or not.. Thanks
To explain more: When you delete anything it is just changed to 'is-deleted' and remains in the database. This is done for several reasons. One being so that users can not make more than one account, another is that you can use it for you records if a user is abusive and a few other reasons.
As Ron-e mentioned, I am making a new module that will show these 'deleted' records and allow you to fully remove them if needed. (like in your case)
For now, you have to manually remove them by logging into phpmyadmin as root and go to sentora_core > x_accounts and find the row using that email and delete it. (or better yet, add 'deleted' to the email address just so you remember like 'deleted.emailaddress@domain.com)
I may add this into the module (Set As Deleted But Keep Record).