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...


  1. maudib
    Member

    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 9 years ago #
  2. yuniar

    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 9 years ago #

RSS feed for this topic

Reply