You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`user_exists` and `get_users` are required, the rest is optional.
105
105
* For user authentication (i.e. login) you need at least `get_password_hash_for_user`,
@@ -146,7 +146,7 @@ web server. Without a limit, malicious users could feed your Nextcloud instance
146
146
## Troubleshooting
147
147
148
148
***TL;DR**: check the log file
149
-
* This app has no UI, therefore all error output (exceptions and explicit logs) is written to [Nextcloud's log](https://docs.nextcloud.com/server/20/admin_manual/configuration_server/logging_configuration.html),
149
+
* This app has no UI, therefore all error output (exceptions and explicit logs) is written to [Nextcloud's log](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/logging_configuration.html),
150
150
by default */var/www/nextcloud/data/nextcloud.log* or */var/log/syslog*. Log level 3 is sufficient for all non-debug output.
151
151
* There are no semantic checks for the SQL queries. As soon as a query string
152
152
is not empty the app assumes that it is a query and executes it. It's likely that you will
0 commit comments