-
-
Notifications
You must be signed in to change notification settings - Fork 609
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
Make default space "active" #3487
Comments
what do you mean recipe overview page? the index page is search |
Sorry meant spaces overview. |
I was thinking something like this could work: |
it would need to be something like DEFAULT_LANDING_PAGE or something, and that wouldn't be sufficient. you'd need to add logic to detect that it is a new user and redirect them to page based on a Space setting. Not sure if @vabene1111 is interested in adding that level of customization. I'm not convinced it's necessary or desirable, but it's his call. |
AFAICT, once there is an active Space, the user will be redirected there automatically… that's why I posed this issue as I did. If my assumption is wrong, then this might be more complex. |
|
Is your feature request related to a problem? Please describe.
I want new users immediately on the search page, bypassing the spaces overview.
Describe the solution you'd like
Addd an option to set the default space (
SOCIAL_DEFAULT_ACCESS
) to active upon signup:recipes/cookbook/views/views.py
Line 99 in f25de4b
Describe alternatives you've considered
Somehow detect first login through traefik/nginx midleware and redirect to
/switch-space/1
Additional context
No response
The text was updated successfully, but these errors were encountered: