Validate authenticity of website owner
- by Cyber Junkie
Hello all!
I'm planning to develop a web app where users will list their site/blog. When people submit their sites, how can I confirm that they are the owners of it?
So for instance there is a user Mark who wants to submit someone else's website without their approval. I want to restrict Mark from doing so unless he is the actual owner.
My idea was to do a comparison between the user's email domain and the website domain she/he wants to submit. If they match allow the user to submit the website.
However most people don't register with their website domain address.. or perhaps I'll implement a Facebook connect in the future.
What other methods would you suggest?