MN Forum

Full Version: Delete Account does not work!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear Admin & Friends!

Delete Account does not work! As if the user has deleted the account, session concludes. However, nothing is being done and account deletion of re-entry.

edit_acc.php --> There is this code:
PHP Code:
Hidden content for guests 

Will it be deleted in an area called the Users table? I do not see such a thing.

Please help !!!


-------------------------------------------------------------
My English is a little weak. Sorry!
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 :

Code:
Hidden content for guests

Dani
(03-30-2015, 01:50 PM)by_sekerat Wrote: [ -> ]Hidden content for guests

I see there is no "deleted" column" in "users" table in original database, so it can not be done.
It's right for delete after password as confirm?

PHP Code:
Hidden content for guests 

(03-30-2015, 08:52 PM)treicadani Wrote: [ -> ]Hidden content for guests