-
Notifications
You must be signed in to change notification settings - Fork 22
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
self-hosted: document the importance of GRIST_DEFAULT_EMAIL
#448
Conversation
✅ Deploy Preview for grist-help-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
An extra gotcha that often trips people up is ownership of the team site created on first run if |
f50cbaa
to
d4a2753
Compare
I added a comment about this. Does that help? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Jordi! One more note.
configured by `GRIST_DEFAULT_EMAIL`. If you change the value of | ||
`GRIST_DEFAULT_EMAIL`, [the | ||
administrator](self-managed.md#what-is-the-administrative-account) may | ||
temporarily lose access to the team site. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could be a little more precise.
If GRIST_SINGLE_ORG
is set, then on start-up Grist will create the specified team site if isn't already present. When creating it, it will make the current administrator an owner of it. Before changing the administrator, it is a good idea to use team sharing options to add new owners to the team site, since apart from initial creation, administrators have no automatic right to team site membership.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added your note. Does that look better?
d4a2753
to
ad14b6b
Compare
ad14b6b
to
585e46b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @jordigh
I need to reference this value from another PR