VVD
VVD
Can you suggest the patch?
Work for me: ``` diff -ur user_external/lib/IMAP.php.orig user_external/lib/IMAP.php --- user_external/lib/IMAP.php.orig +++ user_external/lib/IMAP.php @@ -8,6 +8,7 @@ * See the COPYING-README file. */ namespace OCA\UserExternal; +use Psr\Log\LoggerInterface; /** * User authentication...
Files: ``` user_external/lib/BasicAuth.php user_external/lib/FTP.php user_external/lib/SMB.php user_external/lib/SSH.php user_external/lib/WebDavAuth.php ``` need the same fix, but I'm using IMAP backend only.
Fixed in https://github.com/nextcloud/user_external/commit/51feb76b47ab72d0746f43943c893257afa2ec8f.