New user gets it's own space even after settings SOCIAL_DEFAULT_ACCESS to 1 #4719
Replies: 2 comments
-
|
I'm a bit perplexed what Edit: when I go to the admin panel for tandoor and look at the space, the |
Beta Was this translation helpful? Give feedback.
-
|
The two things I would check are: docker compose exec <tandoor-service-name> env | grep SOCIAL_DEFAULTand then fully recreate/restart the Tandoor app container after adding the env var: docker compose up -d --force-recreate <tandoor-service-name>If the variable is loaded correctly, also make sure there is already an existing space before the new user signs in. The code uses the first existing space ( One more gotcha: this will not retroactively move users who already have a If my answer solved your problem, you can click answered the question. I'm really here to help, and along the way I'm also collecting Galaxy Brain badges haha 😆 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
So I just started try to add additional users to my tandoor instance.
I added social login using pocket-id.
I had it running with
The user joined and got their own space, so I removed the user and their space and added
- SOCIAL_DEFAULT_ACCESS=1and asked the user to log in again, but sadly they got their own space again.So what am I missing? do I need to clear cookies on the users device or is there some other issue?
I'm running
2.6.11.Beta Was this translation helpful? Give feedback.
All reactions