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

Migrate team signup to React #2336

Closed
paolodamico opened this issue Nov 11, 2020 · 2 comments · Fixed by #3300
Closed

Migrate team signup to React #2336

paolodamico opened this issue Nov 11, 2020 · 2 comments · Fixed by #3300
Assignees
Labels
enhancement New feature or request

Comments

@paolodamico
Copy link
Contributor

Is your feature request related to a problem?

/signup/{token} is still a Django view, which means that the UX is not great (e.g. the error messages are shown in a small dark font which are easy to ignore, huge password requirements, etc.)

Describe the solution you'd like

I'd like this view to implemented in React to follow the general UX of the new org sign up page.

Describe alternatives you've considered

Keep the current version which is confusing and likely causing a drop in sign ups.

Additional context

Related to #2259 and reported again here.

Thank you for your feature request – we love each and every one!

@paolodamico
Copy link
Contributor Author

This should also help with an edge case with session recordings in which we lose some snippets of time from login to using the app.

@timgl
Copy link
Collaborator

timgl commented Jan 15, 2021

Agree on password requirements, i bet we're losing people due to that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants