This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 4
Help me understand the logic...
Started 10 years ago by maudib | 2 posts |
-
I just realized that when you delete a user via the UI, that user is NOT deleted from the actual DB.
Why is that?
Posted 10 years ago # -
That is the default behaviour indeed. No data actually being deleted within your machform database, so that you can restore them back in case of accidental deletions.
If you would like MachForm to permanently delete it, you can edit your config.php file. Search for this line:
define('MF_CONF_TRUE_DELETE',false);
change it to become:
define('MF_CONF_TRUE_DELETE',true);
MachForm Founder
Posted 10 years ago #
Reply
You must log in to post.