The Wayback Machine - https://web.archive.org/web/20220404130544/https://github.com/tutao/tutanota/issues/2549
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

closing a dialog on login page will trigger login #2549

Open
Pa7Hub opened this issue Dec 29, 2020 · 2 comments
Open

closing a dialog on login page will trigger login #2549

Pa7Hub opened this issue Dec 29, 2020 · 2 comments
Labels
bug good first issue
Milestone

Comments

@Pa7Hub
Copy link
Contributor

@Pa7Hub Pa7Hub commented Dec 29, 2020

You have to tick "Store password" when logging in for this to work

  1. Go to the login view (where you can enter Email, password, etc.)
  2. Click on More > Different account > Sign up , then once the Dialog opens, close it
  3. a login will automatically be triggered

alternative step 2: Click on More > Lost account access , then close again

2020-12-29.15-18-23.mp4
@Pa7Hub Pa7Hub added the bug label Dec 29, 2020
@johnbotris
Copy link
Contributor

@johnbotris johnbotris commented Dec 30, 2020

Default behaviour for the LoginView is to login automatically when a single user's stored credentials exist in localStorage - this means we need to take care to set autoLogin=false when routing to the LoginView for cases where that might be a bit awkward (or change the default behaviour if there are more awkward cases than fewer).

@johnbotris johnbotris added this to the Next release milestone Jan 5, 2021
@armhub armhub added the good first issue label Jan 18, 2021
@armhub armhub removed this from the Next release milestone Jan 19, 2021
@armhub armhub added this to the 3.81.0 milestone Jan 19, 2021
@vitoreiji vitoreiji self-assigned this Jan 21, 2021
@vitoreiji vitoreiji added the tested label Jan 21, 2021
@vitoreiji vitoreiji removed their assignment Jan 21, 2021
@Pa7Hub
Copy link
Contributor Author

@Pa7Hub Pa7Hub commented Oct 13, 2021

Its fixed for canceling out of the first page, but after confirming your e-mail address and canceling it will still trigger a login.

@Pa7Hub Pa7Hub reopened this Oct 13, 2021
@Pa7Hub Pa7Hub removed the tested label Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug good first issue
4 participants