richdocuments icon indicating copy to clipboard operation
richdocuments copied to clipboard

Time for password input to short

Open wuesti opened this issue 1 year ago • 0 comments

Describe the bug Opening an ODF document which is encrypted via password you have 15 seconds to type the password. That's to short.

To Reproduce Steps to reproduce the behavior:

  1. Create an ODT file, save it with a long password and upload it to nextcloud.
  2. Open the file in nextcloud web interface
  3. Try to enter password or do nothing
  4. After 15 seconds you get a white error screen "Laden des Dokuments fehlgeschlagen Nextcloud Office konnte nicht geladen werden - Bitte später erneut versuchen." Close

Expected behavior The time to enter the password should be increased to 1-2 minutes min.

Client details: It's not browser/client related.

Server details

Operating system: Ubuntu 24.04.1 LTS

Nextcloud version: 29.0.8snap1

Version of the richdocuments app richdocuments: 8.4.8

Version of Collabora Online richdocumentscode: 24.4.802

Configuration of the richdocuments app

{
    "apps": {
        "richdocuments": {
            "disable_certificate_verification": "yes",
            "enabled": "yes",
            "installed_version": "8.4.8",
            "types": "prevent_group_restriction",
            "wopi_url": "https:\/\/*******\/extra-apps\/richdocumentscode\/proxy.php?req="
        }
    }
}
{
    "apps": {
        "richdocumentscode": {
            "enabled": "yes",
            "installed_version": "24.4.802",
            "types": ""
        }
    }
}

wuesti avatar Oct 27 '24 07:10 wuesti