get member profile using owner column of database

Hi I create a database for a vote system, i setup only members can write, now i need verify the identity because in my members list appears a lot of fake emails.

So i need relate my database “VOTES” with MEMBERS using the automatic column owner to obtain someting like:

| owner | user | email | vote | rest of database |
| 232-dsd-222 | Jon Doe | wildjoe@gmail.com | chocolate | …
| H232-dd-24 | Jim Doe | jimbo123@gmail.com | pistachio | …
| 232-tfg-234 | J123 thr | fsdfa545@gmail.com | pistachio | …
| tre2s32-1-2 | Marie kim | marie.kim@hot.fr | vanilla | …
| TE52-fg-34 | Dil Do | fake@account.com | pistachio | …

Hi Juan,
How does the voting works at your site ?
Does the user logged in while voting ?
Does the user need to type his email ?
Roi.

Hi Roi.
I use wix login, to voting the visitor need create an account first so they can use fb, google or email.

I was forget force confirm email first, when i realize that it was a little late. I has many fake emails so now i try to purge my member list from fake accounts, and delete unvalid votes.