From 72e0bb560d8fef3b847dc8ceebbe351768546664 Mon Sep 17 00:00:00 2001 From: jamesrascal <6054150+jamesrascal@users.noreply.github.com> Date: Fri, 11 Sep 2020 14:00:18 -0700 Subject: [PATCH 1/3] Include note on App Password App Passwords are needed when using a third party login provider or MFA/2FA. --- user_manual/files/access_webdav.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/user_manual/files/access_webdav.rst b/user_manual/files/access_webdav.rst index d750b0502..0c0368a6b 100644 --- a/user_manual/files/access_webdav.rst +++ b/user_manual/files/access_webdav.rst @@ -50,6 +50,14 @@ Distributed Authoring and Versioning (WebDAV) is a Hypertext Transfer Protocol servers. With WebDAV you can access your Nextcloud shares on Linux, macOS and Windows in the same way as any remote network share, and stay synchronized. +App Passwords +-------------------- + +Nextcloud supports generating unquie application password seprate from your user login. +If you are using a 3rd party authenication provider you will need to generate an application password for WebDAV. +In Nextcloud’s web GUI, go to the user preferences, go to Security. Generate an App password. + + Accessing files using Linux --------------------------- From 957ba373b72bdac35cacfac859b8ab3d3e7d49a9 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 14 Sep 2020 16:31:43 +0200 Subject: [PATCH 2/3] Update user_manual/files/access_webdav.rst --- user_manual/files/access_webdav.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_manual/files/access_webdav.rst b/user_manual/files/access_webdav.rst index 0c0368a6b..87927c15f 100644 --- a/user_manual/files/access_webdav.rst +++ b/user_manual/files/access_webdav.rst @@ -53,7 +53,7 @@ Windows in the same way as any remote network share, and stay synchronized. App Passwords -------------------- -Nextcloud supports generating unquie application password seprate from your user login. +Nextcloud supports generating unquie application password separate from your user login. If you are using a 3rd party authenication provider you will need to generate an application password for WebDAV. In Nextcloud’s web GUI, go to the user preferences, go to Security. Generate an App password. From 3d9085b7960a84a962f1a6eeaaa0b27faf446a7a Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 14 Sep 2020 16:32:06 +0200 Subject: [PATCH 3/3] Update user_manual/files/access_webdav.rst --- user_manual/files/access_webdav.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_manual/files/access_webdav.rst b/user_manual/files/access_webdav.rst index 87927c15f..8d19d884c 100644 --- a/user_manual/files/access_webdav.rst +++ b/user_manual/files/access_webdav.rst @@ -51,7 +51,7 @@ servers. With WebDAV you can access your Nextcloud shares on Linux, macOS and Windows in the same way as any remote network share, and stay synchronized. App Passwords --------------------- +------------- Nextcloud supports generating unquie application password separate from your user login. If you are using a 3rd party authenication provider you will need to generate an application password for WebDAV.