Skip to content
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

default space per user #461

Closed
cimenta opened this issue Oct 16, 2024 · 5 comments
Closed

default space per user #461

cimenta opened this issue Oct 16, 2024 · 5 comments

Comments

@cimenta
Copy link

cimenta commented Oct 16, 2024

hi Alex

could you please introduce new user setting? Default space that is selected after a user logs in. We want to use Scoold for a "private" group of users that are not that technical. It might be confusing for them to see all "default" questions. It would much better if we can have this new setting that we would set when creating the user.

Thank you
Radek

@albogdano
Copy link
Member

Hi Radek, there is scoold.auto_assign_spaces specifically for for this purpose. Apart from that, you can assign spaces from OAuth2 claims where you can be configure the name of the claim where spaces are stored.
Do you have something else in mind?

@cimenta
Copy link
Author

cimenta commented Oct 16, 2024

I am not taking about assigning a space but having specific space to be selected from drop down menu "Spaces" after a user logs in.

@albogdano
Copy link
Member

Oh, you mean the first space a user visits after they log in? I will have to think about how this can be implemented easily. So for example a new user can be a member of spaces "default" and "custom" but when they log in, you want them to see the "custom" space first, correct?

@cimenta
Copy link
Author

cimenta commented Oct 16, 2024

yes, that is what I am asking for.

  • a user level setting
  • so user can select from all assigned spaced the one that is going to be "selected" after login
  • this can be set up via API too

Thank you
Radek

@albogdano
Copy link
Member

On each profile object there is a new property/field preferredSpace which can be edited from the API. Also there is a new configuration property for setting the preferred starting space globally with scoold.default_starting_space

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants