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

Registration: the email binding failed when the application is backgrounded #2121

Closed
giomfo opened this issue Dec 11, 2018 · 1 comment
Closed
Labels
T-Defect Something isn't working: bugs, crashes, hangs and other reported problems

Comments

@giomfo
Copy link
Member

giomfo commented Dec 11, 2018

The polling mechanism used to wait for the email validation is stopped when the app is backgrounded, and it is not launched again on app resume.

To reproduce:

  • start the registration process by providing a username and a password
  • submit an email, the app is then waiting for the email validation:

screen shot 2018-12-11 at 18 02 07

- background the app, and wait for 30 seconds before resuming it. The UI is buggy: there is no loading wheel, and 2 buttons are displayed:

screen shot 2018-12-11 at 18 02 46

This may introduce an issue if the user validates his email on another terminal while the iOS app is backgrounded. Indeed the account is created without the associated email if he presses the "Valider" button

@giomfo giomfo added the T-Defect Something isn't working: bugs, crashes, hangs and other reported problems label Dec 11, 2018
@pixlwave
Copy link
Member

Closed by #6469 and the new authentication flow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Defect Something isn't working: bugs, crashes, hangs and other reported problems
Projects
None yet
Development

No branches or pull requests

2 participants