diff --git a/FAQ.md b/FAQ.md index 1f3a57ef34..c10c08c9bc 100644 --- a/FAQ.md +++ b/FAQ.md @@ -709,12 +709,13 @@ If you use the Play store or GitHub version of FairEmail, you can use the quick setup wizard to easily setup a Gmail account and identity. The Gmail quick setup wizard is not available for third party builds, like the F-Droid build because Google approved the use of OAuth for official builds only. -OAuth is also not available on devices without Google services, such as recent Huawei devices, in which case selecting an account will fail. -The Gmail quick setup wizard won't work if the Android account manager doesn't work or doesn't support Google accounts, +When using OAuth with multiple Google accounts, other Google accounts probably need to be logged out first. + +The "*Gmail (Android)*" quick setup wizard won't work if the Android account manager doesn't work or doesn't support Google accounts, which is typically the case if the account selection is being *canceled* right away. -If you don't want to use or can't use an on-device Google account, for example on recent Huawei devices, +If you don't want to use or can't use OAuth or an on-device Google account, for example on recent Huawei devices, you can ~~either enable access for "less secure apps" and use your account password (not advised)~~ or enable two factor authentication and use an app specific password. To use a password you can use the quick setup wizard and select *Other provider*. diff --git a/index.html b/index.html index 647d076b4e..5f457d8aaf 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,7 @@ div.column{display: inline-block; vertical-align: top; width: 50%;} div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} ul.task-list{list-style: none;} + .display.math{display: block; text-align: center; margin: 0.5rem auto;}