allotropia / nextcloud_files_libreoffice_edit

Nextcloud App to edit files directly with LibreOffice (via WebDav)
https://apps.nextcloud.com/apps/fileslibreofficeedit
GNU Affero General Public License v3.0
12 stars 5 forks source link

Cannot pass login/password prompt #27

Closed randers-bit closed 10 months ago

randers-bit commented 10 months ago

Hello, it is a nice idea for a plugin but i have a problem after installation.

I installed it and it seems to connect via webdav to libreoffice because it starts to open program (i'm using windows 10 on computer with libreoffice v7.6.2.1 ). Then it asked for login/password and then to set libreoffice password. But when i entered for second prompt i got new prompt with "wrong password". I think its not possible for me to paste wrong password because i'm using password manager and this password is currently used to login via browser.

But i have two ideas why this happens. In libreoffice prompt it shows that my instance is on "www.domain.com" but my instance is really on "www.domain.com/nextcloud" so first idea is that its using wrong URL for credentials. Second element is that i have installed "Two-Factor TOTP Provider" application which can block simple login/password attempts.

smehrbrodt commented 10 months ago

You need to add an app password to Nextcloud if you have 2FA enabled.

randers-bit commented 10 months ago

Thank you very much, i didn't know about it.