diff --git a/docs/sso.md b/docs/sso.md index aa0c4d16..d31a80d6 100644 --- a/docs/sso.md +++ b/docs/sso.md @@ -200,6 +200,8 @@ Once started, the verification process is retried in the background over the fol A DNS record of type TXT must be configured for the root domain with `plausible-sso-verification=` for content. DNS record update takes some time and verification might have to be retried a couple times before it succeeds. +The record is only checked during the verification process itself. Once the domain is verified, we don't check the record again, so you're free to remove it. Leaving it in place is harmless and means the domain can be re-verified without touching DNS again if you ever remove and re-add it. The same applies to the file, route and META tag verification methods below. + ### File or Route Verification You have to either upload a file named `plausible-sso-verification` to the public root folder of the web page under the verified domain or expose a route at `https:///plausible-sso-verification` with `` as its only content. The verification should be immediate unless there's aggressive web service caching involved. diff --git a/docs/users-roles.md b/docs/users-roles.md index 3661a26a..f6f1d62a 100644 --- a/docs/users-roles.md +++ b/docs/users-roles.md @@ -21,6 +21,10 @@ Log in to your Plausible Analytics account and in the top right menu, click on y * Assign individual team members their roles * Click on the "Create Team" button to finish the process +:::note Nothing is saved until you click "Create Team" +Adding people to the member list does not send any invitations yet. The team is only created and the invitations are only sent when you click the "Create Team" button. If you refresh or leave the page before clicking it, the member list is discarded and you'll need to start over. +::: +
Create a team button