Getting headaches from my Database

First of all, just take a look at the screenshot and study the first two entries, study the ID and the owner link behavior.


in conclusion, my db always duplicate members entries whenever they log out after their first visit on sign up and then the next moment the member tries to sign into their account, the db just duplicates their user input entry by taking only the email into account and changing the ID to match with the owner ID, and also neglecting many vital details that they provided in the first entry… and they will never have access to the first entry. Help out please, thanks

Hi,
Can you please clarify how do you create new records? Have you used code or connected the submit button to the collection? Moreover, please send us the site URL and the page name so that we can have a look.

Thanks,
Tal.

www.born2wingh.com

Page name is the register page for registration and the user profile page where members are redirected after signing up. kingly try signing up and see what would happen next. after signing up, go to menu and select account, or just go back to the home page and try going back to the dashboard, and you will realize that the user ID is no more accessible, and after you log out and log in again, then you will realize that the user ID has been changed, from here I see in my collection, the Owner ID doesn’t change, but the user ID changes to match with the owner ID. thanks