User Data- Deleting

Hello, I have a site that is setup according to this link Velo Tutorial: Building Your Own Members Area | Help Center | Wix.com. I am asking for user input like, First Name, Last Name, Assigned Team, Birthday and some other user questions. I wanted this data to be able to be deleted in the database when a user leaves the team. When I delete the data for a specific user it messes up and putting other peoples data in other accounts. What am I doing wrong. Thank you so much in advance for your time.

Hi Braden

You will be able to completely remove a members’ data from a database with a bit of code, however the member will still be able to access the website as that part is controlled by the WiX login module and is pretty unrelated to the WiX database where you would store the members’ info.

So your only real solution is to block the members access in your WiX dashboard, however only the site owner and contributors will have access to do this, so it won’t be actionable from the website user’s side.

I hope this gives you some insight as to how it works.

Best of luck!
Tiaan