Is there a way to have it "update" the database rather than rewriting the whole site? I have some custom fields in the database that get wiped whenever you edit your account.
**EDIT**
After some further investigation it is deleting from the database any field that is created but not filled out/available to the user. As in I have several fields that I use in the database that the user doesn't necessarily need to edit but I needed them to include some data recorded elsewhere and as such are hidden to the user but visible in the admin panel.
Editing the user from the admin area because all fields are shown does not delete the data, so this appears to be a huge bug
**EDIT**
After some further investigation it is deleting from the database any field that is created but not filled out/available to the user. As in I have several fields that I use in the database that the user doesn't necessarily need to edit but I needed them to include some data recorded elsewhere and as such are hidden to the user but visible in the admin panel.
Editing the user from the admin area because all fields are shown does not delete the data, so this appears to be a huge bug
Last edited: