Conversation
supportHi, I installed the plugin and successfully verified my personal nostr account: Then I added another user to WP and added my business nostr account npub in HEX. However, this time it didn’t work. I tried _@email ; name@email but it gives the CORS error and doesn’t update the JSON file: https://satosh.ee/.well-known/nostr.json?name=satoshee (note that there is only “kontext” and no “satoshee” which is the 2nd account) Am I doing something wrong or is it working for just one account per domain? Best regards,
You can add one account per registered user on the site. However, if you wish to register multiple users, you cannot use _ as your identifier ; each user will need to be registered with its own handle. You can then save each user’s details under Users > My Profile, or by editing each user in the Users menu if you’re an admin. Once saved, each registered account will appear at https://satosh.ee/.well-known/nostr.json (note that I didn’t add ?name here since I want to see all registered accounts). I hope this clarifies things a bit.
Thanks for clarifying the bit about not being able to use “_” when verifying multiple accounts from one domain. My mistake in the end was that I created an account from the multisite network admin panel without connecting it to any of the multisites. After I did that, the JSON file was updated to reflect both verified users.
You can add one account per registered user on the site. However, if you wish to register multiple users, you cannot use _ as your identifier ; each user will need to be registered with its own handle. You can then save each user’s details under Users > My Profile, or by editing each user in the Users menu if you’re an admin. Once saved, each registered account will appear at https://satosh.ee/.well-known/nostr.json (note that I didn’t add ?name here since I want to see all registered accounts). I hope this clarifies things a bit.
Thanks for clarifying the bit about not being able to use “_” when verifying multiple accounts from one domain. My mistake in the end was that I created an account from the multisite network admin panel without connecting it to any of the multisites. After I did that, the JSON file was updated to reflect both verified users.