From 1d9cfdae3a65b2bb301a29297a50f943bd2b5ecb Mon Sep 17 00:00:00 2001 From: Anton Stubenbord <79228196+astubenbord@users.noreply.github.com> Date: Fri, 23 Jun 2023 12:34:09 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3933b03..d9bb9b7 100644 --- a/README.md +++ b/README.md @@ -216,5 +216,5 @@ Made with [contrib.rocks](https://contrib.rocks). ## Troubleshooting #### Suggestions are not selectable in any of the label form fields This is a known issue and it has to do with accessibility features of Android. Password managers such as Bitwarden often caused this issue. Luckily, this can be resolved by turning off the accessibility features in these apps. This could also be observed with apps that are allowed to display over other apps, such as emulations of the dynamic island on android. -## I cannot log in since the update to paperless-ngx 1.14.0 (and above). -The app has to somehow get information about it's user from the paperless API. Therefore, the `Users -> View` and the `UISettings -> View` permissions are required for each user trying to log into the app. Otherwise, the app has no way of obtaining your user id and other information required for the usage of most features. \ No newline at end of file +#### I cannot log in since the update to paperless-ngx 1.14.0 (and above). +The app has to somehow get information about it's user from the paperless API. Therefore, the `Users -> View` and the `UISettings -> View` permissions are required for each user trying to log into the app. Otherwise, the app has no way of obtaining your user id and other information required for the usage of most features.