Skip to content

chore: remove legacy Studio "howitworks" logged-out landing page - #38400

Merged
irfanuddinahmad merged 1 commit into
masterfrom
remove-logged-out-page
May 6, 2026
Merged

chore: remove legacy Studio "howitworks" logged-out landing page#38400
irfanuddinahmad merged 1 commit into
masterfrom
remove-logged-out-page

Conversation

@irtazaakram

@irtazaakram irtazaakram commented Apr 21, 2026

Copy link
Copy Markdown
Member
  • Removes the legacy "How It Works" Django-rendered Studio landing page

  • Deletes the legacy_studio.logged_out_home Waffle flag and all references

  • Root URL / now redirects to /home/ (unauthenticated users are forwarded to login with next=/home/)

  • Resolves [DEPR]: Logged-out Studio Landing Page #36269

@irtazaakram irtazaakram self-assigned this Apr 21, 2026
@irtazaakram irtazaakram added the create-sandbox open-craft-grove should create a sandbox environment from this PR label Apr 21, 2026
@irfanuddinahmad

irfanuddinahmad commented Apr 28, 2026

Copy link
Copy Markdown
Contributor

@irtazaakram can we add some tests for the 302 redirect? Should it be a 301?

Also, would it be the case that some users may have bookmarked /howitworks ... they would now get a 404 on the bookmark

path('', RedirectView.as_view(url='/home/'), name='homepage'),
path('howitworks', RedirectView.as_view(url='/home/', permanent=True)),

Comment thread cms/urls.py Outdated
@irfanuddinahmad
irfanuddinahmad force-pushed the remove-logged-out-page branch from 5d0ffd6 to e524d8c Compare May 6, 2026 06:31

@irfanuddinahmad irfanuddinahmad left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested on the sandbox
LGTM!

@irfanuddinahmad
irfanuddinahmad merged commit 97d7fc4 into master May 6, 2026
47 of 48 checks passed
@irfanuddinahmad
irfanuddinahmad deleted the remove-logged-out-page branch May 6, 2026 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

create-sandbox open-craft-grove should create a sandbox environment from this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DEPR]: Logged-out Studio Landing Page

4 participants