-
Notifications
You must be signed in to change notification settings - Fork 49
Studio: Update signup URL for creating free account #1853
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
base: trunk
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Kat for improving this! I have tested it, and I am redirected to the Sign up page when I am logged-out of WordPress.com as expected ✅, but I am redirected to the Log in page when I am logged in to WordPress.com, is that expected?
Let me check, I technically did not make any changes there so it should be the same as trunk for that behaviour 👀 |
Okay I think I see what you mean: when you are logged in and click that link, it still gives you log in link and when you are logged out, it gives you the Sign up link. But it would give you Sign up link in both cases 🤔 |
@epeicher I spent some time investigating it and I believe that it is a server-side behaviour from WPCCOM. The I checked if we can make this work by detecting where the user is logged-in before determining if the user should be served Login or Signup link when they click on the link to I also think that this is somewhat of an edge case as usually the users who don't have an account would click that link and not the ones who have an account so I don't expect many users to be affected by that. |
Ok, I have been having a look how Calypso does it when clicking on @Marinatsu , @crisbusquets , are you happy with the implemented behaviour? Let me summarise it:
We could force users navigate to |
I had a similar experience when reviewing the code and I think this would be a regression in the user experience. Just to emphasize, I think it is also a bit of an edge case as most of the users who have an account, will use the |
Related issues
Proposed Changes
When the user clicks on
Create free account
link, for example, from Previews tab, they are currently brought to the login screen for Studio and not to the Sign up screen. This PR ensures that they are brought to the sign up screen:Testing Instructions
Previews
tabCreate free account
Pre-merge Checklist