03-30-2015, 08:52 PM
(This post was last modified: 03-30-2015, 09:48 PM by treicadani.)
Hi sekerat,
If the user wants to delete his account that query will trigger in db as deleted = 1. If deleted = 1 the user will be prompted that the account is deleted/disabled so he cannot re-register it.
If you want to be deleted from the records you may want create a button called "Delete" on submit run the query :
Dani
If the user wants to delete his account that query will trigger in db as deleted = 1. If deleted = 1 the user will be prompted that the account is deleted/disabled so he cannot re-register it.
If you want to be deleted from the records you may want create a button called "Delete" on submit run the query :
Code:
Hidden content for guests
Dani
Quote:Hidden content for guests