Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow customers to verify their domain automatically #606

Open
10 tasks
adriaanvanrossum opened this issue Jun 23, 2021 · 0 comments
Open
10 tasks

Allow customers to verify their domain automatically #606

adriaanvanrossum opened this issue Jun 23, 2021 · 0 comments

Comments

@adriaanvanrossum
Copy link
Contributor

adriaanvanrossum commented Jun 23, 2021

We have some customers that need to validate their domain.

  • Give every domain a unique verification code
  • Allow customer to lock their domain to prevent automatic verify of their active domain (this lock is removed when a domain is removed; this lock is intended when bigger teams have access and want to prevent team members to move any domains)
  • Allow customers to verify any non locked domain that's (previously) registered
  • Create a page with instructions that shows their verify code (see email below)
  • Make a crawler that checks for the 3 methods
    • Meta tag
    • TXT DNS record
    • CNAME DNS record
  • Move domain to new account after validation succeeded
  • Make sure domains that are added this way do not show history

Email customers now get to verify

If you don't have access to the other account you can always transfer the domain name to your account.

There are 3 methods to verify you own the domain:

  1. Add a TXT record with the text sa-verify-***
  2. Add a CNAME record linking from the subdomain sa-verify to ***.simpleanalytics.com
  3. Add a meta tag <meta name="sa-verify" content="***" /> to your home page

Let me know when you have done one of these methods. After that I can manually move the domain to your account.

@adriaanvanrossum adriaanvanrossum added this to Features & bugs in Public roadmap via automation Jun 23, 2021
@jibsaramnim jibsaramnim removed their assignment Jan 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Public roadmap
  
Features & bugs
Development

No branches or pull requests

2 participants