Forum Discussion

minhtri595's avatar
minhtri595
New Contributor
4 months ago
Solved

Autofill for website with same name but diffrence top-level domain

I'm trying to create iteam login that can autofill on website with same name but diffrence top-level domain. Example: business.com then then website change to business.xyz, is there anyway, 1Password can autofill login ? Usually, I have to edit the website field of item login from business.com to business.xyz.

  • AJCxZ0's avatar
    AJCxZ0
    4 months ago

    That sounds like a tricky goal, horribly risky, and impractical to maintain as the (well over a thousand) TLDs change, however you could probably automate the process using `op item edit` with a JSON template built from the list.

3 Replies

  • AJCxZ0's avatar
    AJCxZ0
    Bronze Expert

    Add a second website to the item, i.e.

        website business.com
        website business.xyz

    and 1Password will autofill the details from that item on both websites.

    • minhtri595's avatar
      minhtri595
      New Contributor

      Thanks, but I know that solution, it is just that I want for all domain begin with business.[TLD], not fill in manually for each TLD.

      • AJCxZ0's avatar
        AJCxZ0
        Bronze Expert

        That sounds like a tricky goal, horribly risky, and impractical to maintain as the (well over a thousand) TLDs change, however you could probably automate the process using `op item edit` with a JSON template built from the list.