-
Notifications
You must be signed in to change notification settings - Fork 731
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
FTUE - Update sign up steps ordering #5783
Comments
Sorry, I am late in the party, but I think that the client should follow the order provided by the server. So what is required to fix this issue is a server configuration change IMO |
For extra context, with this issue merged, the app will respect the server order for the legacy middle section flow and override the order for our new flow (based on the combined register feature flag) |
And as a user, I think the most expected order will be
|
@bmarty - we put a lot of thought into the ordering of the screens and how the 'story' plays out for the user during signup. Happy to discuss further.
Thanks, @ouchadam. Let me play this back to make sure I'm following - |
(OK, just cannot resist to add my 2 cents: I keep thinking that asking for Captcha at the end, user will see a WTF like: "wait, I have already provided my email and clicked on the link it contains, so of course I am not a robot!") Current order on matrix.org is: "flows": [
{
"stages": [
"m.login.recaptcha",
"m.login.terms",
"m.login.email.identity"
]
}
], And the app is following this order at the moment. |
I'm afraid it's the opposite, the legacy flow respects the server order whereas the new FTUE flow manually overrides it. It's worth noting that iOS has been manually overriding the server flow in their current (non FTUE) implementation as they show the email verification first |
Thanks both for your input! @bmarty you raise a great point - there are also other screens that different servers may require, right?
Is anything missing from this list? I'll assign this to Amsha and we will discuss with her when she's back :) |
The ideal ordering is
The text was updated successfully, but these errors were encountered: