-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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-host workspace invite #10693
Comments
Issue Status: 🆕 *Untriaged*🆕 Untriaged The team has not yet reviewed the issue. We usually do it within one business day. This is an automatic reply by the bot. |
it's truly that a lot of users fail on configuring mail system the make the workspace invitation work. we will add an option to let owner to copy invitation link directly on members panel |
I used to have such issue. But @xiaolecn Did you check you mail send box, which is still a way that you can re-forward to you co-worker to get into your work space. Another way I suggest to practice is that: Once you check db with your user id and workspace id, you can run UPDATE workspace_user_permissions
SET accepted = true, status = 'Accepted'
WHERE user_id = '168a8e77-6b42-4dcc-acc0-c69e0c145a34' <-----change u teammate user id
AND workspace_id = 'cc17ec32-d5d8-441b-92e5-2504f58b3307'; <--- change to your workspace |
What happened?
I need to invite more account to my self host work space
but cannot receive the the invite email, the account shows pending.
Distribution version
Windows x64
What browsers are you seeing the problem on if you're using web version?
No response
Are you self-hosting?
Relevant log output
Anything else?
No response
The text was updated successfully, but these errors were encountered: