Impersonate missing after update to 34.0.0

Support intro

Sorry to hear you’re facing problems. :slightly_frowning_face:

The community help forum (help.nextcloud.com) is for home and non-enterprise users. Support is provided by other community members on a best effort / “as available” basis. All of those responding are volunteering their time to help you.

If you’re using Nextcloud in a business/critical setting, paid and SLA-based support services can be accessed via portal.nextcloud.com where Nextcloud engineers can help ensure your business keeps running smoothly.

Getting help

In order to help you as efficiently (and quickly!) as possible, please fill in as much of the below requested information as you can.

Before clicking submit: Please check if your query is already addressed via the following resources:

(Utilizing these existing resources is typically faster. It also helps reduce the load on our generous volunteers while elevating the signal to noise ratio of the forums otherwise arising from the same queries being posted repeatedly).

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can. :heart:

The Basics

  • Nextcloud Server version (e.g., 29.x.x):
    • 34.0.0
  • Operating system and version (e.g., Ubuntu 24.04):
    • Linux uk-fast-web1592.main-hosting.eu 5.14.0-611.24.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jan 22 07:12:43 EST 2026 x86_64 x86_64 x86_64 GNU/Linux
  • Web server and version (e.g, Apache 2.4.25):
    • Linux uk-fast-web1592.main-hosting.eu 5.14.0-611.24.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jan 22 07:12:43 EST 2026 x86_64 x86_64 x86_64 GNU/Linux
  • Reverse proxy and version _(e.g. nginx 1.27.2)
    • None
  • PHP version (e.g, 8.3):
    • 8.3.30
  • Is this the first time you’ve seen this error? (Yes / No):
    • Yes
  • When did this problem seem to first start?
    • Upgrade to 34.0.0
  • Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
    • SSH run occ upgrade
  • Are you using CloudfIare, mod_security, or similar? (Yes / No)
    • No

Summary of the issue you are facing:

Since the upgrade the app which allowed me to impersonate a user to help them with things like resetting theier 2FA is missing

Steps to replicate it (hint: details matter!):

  1. Upgrade to 34.0.0 (from 33.0.55)

Log entries

Nextcloud

Please provide the log entries from your Nextcloud log that are generated during the time of problem (via the Copy raw option from Administration settings->Logging screen or from your nextcloud.log located in your data directory). Feel free to use a pastebin/gist service if necessary.

PASTE HERE

Web Browser

If the problem is related to the Web interface, open your browser inspector Console and Network tabs while refreshing (reloading) and reproducing the problem. Provide any relevant output/errors here that appear.

PASTE

Web server / Reverse Proxy

The output of your Apache/nginx/system log in /var/log/____:

PASTE HERE

Configuration

Nextcloud

The output of occ config:list system or similar is best, but, if not possible, the contents of your config.php file from /path/to/nextcloud is fine (make sure to remove any identifiable information!):

{
    "system": {
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "cloud.k-m-a-c.org"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "34.0.0.12",
        "overwrite.cli.url": "https:\/\/cloud.k-m-a-c.org",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "mysql.utf8mb4": true,
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "maintenance_window_start": 1,
        "default_phone_region": "GB",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpmode": "smtp",
        "mail_sendmailmode": "smtp",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "465",
        "mail_smtpauth": 1,
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "twofactor_enforced": "true",
        "twofactor_enforced_groups": [],
        "twofactor_enforced_excluded_groups": [],
        "maintenance": false,
        "loglevel": 2,
        "theme": "",
        "app_install_overwrite": [
            "twofactor_email"
        ],
        "forbidden_filename_basenames": [
            "con",
            "prn",
            "aux",
            "nul",
            "com0",
            "com1",
            "com2",
            "com3",
            "com4",
            "com5",
            "com6",
            "com7",
            "com8",
            "com9",
            "com\u00b9",
            "com\u00b2",
            "com\u00b3",
            "lpt0",
            "lpt1",
            "lpt2",
            "lpt3",
            "lpt4",
            "lpt5",
            "lpt6",
            "lpt7",
            "lpt8",
            "lpt9",
            "lpt\u00b9",
            "lpt\u00b2",
            "lpt\u00b3"
        ],
        "forbidden_filename_characters": [
            "<",
            ">",
            ":",
            "\"",
            "|",
            "?",
            "*",
            "\\",
            "\/"
        ],
        "forbidden_filename_extensions": [
            " ",
            ".",
            ".filepart",
            ".part"
        ],
        "updater.release.channel": "stable"
    },
    "apps": {
        "activity": {
            "enabled": "yes",
            "installed_version": "7.0.0",
            "types": "filesystem"
        },
        "app_api": {
            "enabled": "yes",
            "installed_version": "34.0.0",
            "types": ""
        },
        "appstore": {
            "enabled": "yes",
            "installed_version": "1.0.0",
            "types": ""
        },
        "backgroundjob": {
            "lastjob": "96235737877368832"
        },
        "bruteforcesettings": {
            "enabled": "yes",
            "installed_version": "7.0.0",
            "types": ""
        },
        "calendar": {
            "enabled": "yes",
            "installed_version": "6.5.0",
            "types": ""
        },
        "circles": {
            "enabled": "yes",
            "installed_version": "34.0.0",
            "loopback_tmp_scheme": "https",
            "maintenance_run": "0",
            "maintenance_update": "{\"3\":1781682604,\"2\":1781685903,\"1\":1781686203}",
            "migration_22": "1",
            "migration_run": "0",
            "types": "filesystem,dav",
            "remove_share_tokens_done": true
        },
        "cloud_federation_api": {
            "enabled": "yes",
            "installed_version": "1.18.0",
            "types": "filesystem"
        },
        "comments": {
            "enabled": "yes",
            "installed_version": "1.24.0",
            "types": "logging"
        },
        "contacts": {
            "enabled": "yes",
            "installed_version": "8.7.0",
            "types": "dav"
        },
        "contactsinteraction": {
            "enabled": "yes",
            "installed_version": "1.15.0",
            "types": "dav"
        },
        "core": {
            "backgroundjobs_mode": "cron",
            "emailTestSuccessful": "1",
            "files_metadata_installed": "1",
            "installedat": "1707131706.3559",
            "lastcron": 1781686203,
            "lastupdateResult": "[]",
            "lastupdatedat": 1781683560,
            "metadataGenerationDone": true,
            "moveavatarsdone": "yes",
            "previewMovedDone": true,
            "previewsCleanedUp": "1",
            "public_files": "files_sharing\/public.php",
            "public_webdav": "dav\/appinfo\/v1\/publicwebdav.php",
            "vendor": "nextcloud",
            "files_metadata": {
                "photos-original_date_time": {
                    "value": null,
                    "type": "int",
                    "etag": "",
                    "indexed": true,
                    "editPermission": 0
                },
                "photos-size": {
                    "value": null,
                    "type": "array",
                    "etag": "",
                    "indexed": false,
                    "editPermission": 0
                },
                "photos-exif": {
                    "value": null,
                    "type": "array",
                    "etag": "",
                    "indexed": false,
                    "editPermission": 0
                },
                "photos-ifd0": {
                    "value": null,
                    "type": "array",
                    "etag": "",
                    "indexed": false,
                    "editPermission": 0
                },
                "blurhash": {
                    "value": null,
                    "type": "string",
                    "etag": "4d1a37e35906b220903e31efc7cdebb8",
                    "indexed": false,
                    "editPermission": 0
                }
            },
            "oc.integritycheck.checker": []
        },
        "dashboard": {
            "enabled": "yes",
            "installed_version": "7.14.0",
            "types": ""
        },
        "dav": {
            "buildCalendarReminderIndex": "yes",
            "buildCalendarSearchIndex": "yes",
            "builtSocialSearchIndex": "yes",
            "checked_for_classified_activity": true,
            "chunks_migrated": "1",
            "enabled": "yes",
            "hasCustomDefaultContact": false,
            "installed_version": "1.39.0",
            "regeneratedBirthdayCalendarsForYearFix": "yes",
            "types": "filesystem"
        },
        "documentserver_community": {
            "enabled": "no",
            "installed_version": "0.2.1",
            "types": "filesystem"
        },
        "federatedfilesharing": {
            "enabled": "yes",
            "installed_version": "1.24.0",
            "types": ""
        },
        "federation": {
            "enabled": "yes",
            "installed_version": "1.24.0",
            "types": "authentication"
        },
        "files": {
            "default_quota": "1 GB",
            "enabled": "yes",
            "installed_version": "2.6.0",
            "mimetype_version": "33.0.2.2",
            "types": "filesystem",
            "watermark_enabled": "no"
        },
        "files_antivirus": {
            "av_path": "\/usr\/bin\/clamscan",
            "enabled": "no",
            "installed_version": "6.1.0",
            "types": "filesystem,dav"
        },
        "files_downloadlimit": {
            "enabled": "yes",
            "installed_version": "5.2.0-dev.0",
            "types": ""
        },
        "files_lock": {
            "enabled": "yes",
            "installed_version": "34.0.0",
            "types": "filesystem,dav"
        },
        "files_pdfviewer": {
            "enabled": "yes",
            "installed_version": "7.0.0-dev.0",
            "types": ""
        },
        "files_reminders": {
            "enabled": "yes",
            "installed_version": "1.7.0",
            "types": ""
        },
        "files_sharing": {
            "enabled": "yes",
            "installed_version": "1.26.0",
            "types": "filesystem"
        },
        "files_trashbin": {
            "enabled": "yes",
            "installed_version": "1.24.0",
            "types": "filesystem,dav"
        },
        "files_versions": {
            "enabled": "yes",
            "installed_version": "1.27.0",
            "types": "filesystem,dav"
        },
        "firstrunwizard": {
            "enabled": "yes",
            "installed_version": "7.0.0-dev.0",
            "types": ""
        },
        "forms": {
            "enabled": "yes",
            "installed_version": "5.3.2",
            "types": "prevent_group_restriction"
        },
        "groupfolders": {
            "cron_last_folder_index": 1,
            "enabled": "yes",
            "installed_version": "22.0.1",
            "types": "filesystem,dav"
        },
        "groupquota": {
            "enabled": "no",
            "installed_version": "0.2.4",
            "types": "filesystem"
        },
        "impersonate": {
            "enabled": "no",
            "installed_version": "4.0.0",
            "types": "prevent_group_restriction"
        },
        "logreader": {
            "dateTimeFormat": "\"utc\"",
            "enabled": "yes",
            "installed_version": "7.0.0",
            "types": "logging"
        },
        "lookup_server_connector": {
            "enabled": "yes",
            "installed_version": "1.22.0",
            "types": "authentication"
        },
        "nextcloud_announcements": {
            "enabled": "yes",
            "installed_version": "6.0.0",
            "pub_date": "Thu, 24 Oct 2019 00:00:00 +0200",
            "types": "logging"
        },
        "notifications": {
            "enabled": "yes",
            "installed_version": "7.0.0-dev.1",
            "types": "logging",
            "webpush_vapid_privkey": "***REMOVED SENSITIVE VALUE***",
            "webpush_vapid_pubkey": "BIkq0VQfw4lX3NRT03tEIBYKyMGBxbNfv38ObCKuQ-Nqt7X0Sb9bbEdy5jkX5AILQ_z1kkrN2KI54rKUumyS3oY"
        },
        "oauth2": {
            "enabled": "yes",
            "installed_version": "1.22.0",
            "types": "authentication"
        },
        "office": {
            "enabled": "yes",
            "installed_version": "1.0.0",
            "types": ""
        },
        "officeonline": {
            "enabled": "no",
            "installed_version": "3.1.1",
            "types": "filesystem,dav,prevent_group_restriction"
        },
        "onlyoffice": {
            "DocumentServerInternalUrl": "",
            "DocumentServerUrl": "https:\/\/cloud.k-m-a-c.org\/index.php\/apps\/documentserver_community\/",
            "StorageUrl": "",
            "advanced": "false",
            "cronChecker": "true",
            "customizationChat": "true",
            "customizationCompactHeader": "true",
            "customizationFeedback": "true",
            "customizationForcesave": "false",
            "customizationHelp": "true",
            "customizationReviewDisplay": "original",
            "customizationTheme": "theme-system",
            "customization_macros": "false",
            "customization_plugins": "true",
            "defFormats": "{\"doc\":\"true\",\"docm\":\"false\",\"docx\":\"true\",\"dot\":\"false\",\"dotm\":\"false\",\"dotx\":\"false\",\"epub\":\"false\",\"fb2\":\"false\",\"fodt\":\"false\",\"hml\":\"false\",\"htm\":\"false\",\"html\":\"false\",\"hwp\":\"false\",\"hwpx\":\"false\",\"md\":\"false\",\"mht\":\"false\",\"mhtml\":\"false\",\"odt\":\"true\",\"ott\":\"false\",\"pages\":\"false\",\"rtf\":\"false\",\"stw\":\"false\",\"sxw\":\"false\",\"txt\":\"false\",\"wps\":\"false\",\"xml\":\"false\",\"csv\":\"false\",\"fods\":\"false\",\"numbers\":\"false\",\"ods\":\"true\",\"ots\":\"false\",\"sxc\":\"false\",\"xls\":\"true\",\"xlsb\":\"false\",\"xlsm\":\"false\",\"xlsx\":\"true\",\"xlt\":\"false\",\"xltm\":\"false\",\"xltx\":\"false\",\"fodp\":\"false\",\"key\":\"false\",\"odg\":\"false\",\"odp\":\"true\",\"otp\":\"false\",\"pot\":\"false\",\"potm\":\"false\",\"potx\":\"false\",\"pps\":\"false\",\"ppsm\":\"false\",\"ppsx\":\"false\",\"ppt\":\"true\",\"pptm\":\"false\",\"pptx\":\"true\",\"sxi\":\"false\",\"djvu\":\"false\",\"docxf\":\"true\",\"oform\":\"true\",\"oxps\":\"false\",\"pdf\":\"true\",\"xps\":\"false\",\"vsdx\":\"true\",\"vsdm\":\"false\",\"vssm\":\"false\",\"vssx\":\"false\",\"vstm\":\"false\",\"vstx\":\"false\"}",
            "demo": "{\"available\":true,\"enabled\":false,\"start\":{\"date\":\"2026-04-16 14:26:00.099572\",\"timezone_type\":3,\"timezone\":\"UTC\"}}",
            "editFormats": "{\"epub\":\"false\",\"fb2\":\"false\",\"html\":\"false\",\"odt\":\"true\",\"ott\":\"false\",\"rtf\":\"true\",\"txt\":\"true\",\"csv\":\"true\",\"ods\":\"true\",\"ots\":\"false\",\"odp\":\"true\",\"otp\":\"false\"}",
            "emailNotifications": "true",
            "enableSharing": "false",
            "enabled": "no",
            "groups": "[]",
            "installed_version": "10.0.0",
            "jwt_header": "",
            "jwt_secret": "***REMOVED SENSITIVE VALUE***",
            "liveViewOnShare": "false",
            "preview": "false",
            "protection": "owner",
            "sameTab": "false",
            "settings_error": "Client error: `GET https:\/\/cloud.k-m-a-c.org\/index.php\/apps\/documentserver_community\/healthcheck` resulted in a `404 Not Found` response:\n<!DOCTYPE html>\n<html class=\"ng-csp\" data-placeholder-focus=\"false\" lang=\"en\" data-locale=\"en\" translate=\"no\" >\n\t<head\n  (truncated...)\n",
            "types": "prevent_group_restriction",
            "unknownAuthor": "",
            "verify_peer_off": "false",
            "versionHistory": "true"
        },
        "password_policy": {
            "enabled": "yes",
            "enforceNumericCharacters": "1",
            "enforceUpperLowerCase": "1",
            "installed_version": "6.0.0-dev.0",
            "types": "authentication"
        },
        "photos": {
            "enabled": "yes",
            "installed_version": "7.0.0",
            "lastPlaceMappedUser": "MikeW",
            "lastPlaceMappingDone": "true",
            "types": "authentication,dav"
        },
        "privacy": {
            "enabled": "yes",
            "installed_version": "6.0.0-dev.1",
            "types": ""
        },
        "profile": {
            "enabled": "yes",
            "installed_version": "1.3.0",
            "types": ""
        },
        "provisioning_api": {
            "enabled": "yes",
            "installed_version": "1.24.0",
            "types": "prevent_group_restriction"
        },
        "recommendations": {
            "enabled": "yes",
            "installed_version": "7.0.0-dev.0",
            "types": ""
        },
        "related_resources": {
            "enabled": "yes",
            "installed_version": "5.0.0-dev.0",
            "types": ""
        },
        "richdocuments": {
            "disable_certificate_verification": "yes",
            "enabled": "no",
            "installed_version": "11.0.0",
            "types": "filesystem,prevent_group_restriction",
            "wopi_url": "https:\/\/cloud.k-m-a-c.org\/apps\/richdocumentscode\/proxy.php?req="
        },
        "richdocumentscode": {
            "enabled": "no",
            "installed_version": "26.4.104",
            "types": ""
        },
        "serverinfo": {
            "cached_count_appdata_files": 778,
            "cached_count_filecache": 2646,
            "cached_count_storages": 15,
            "enabled": "[\"admin\"]",
            "installed_version": "6.0.0",
            "size_appdata_storage": 6574075,
            "types": ""
        },
        "settings": {
            "enabled": "yes",
            "installed_version": "1.17.0",
            "types": ""
        },
        "sharebymail": {
            "enabled": "yes",
            "installed_version": "1.24.0",
            "types": "filesystem"
        },
        "support": {
            "SwitchUpdaterServerHasRun": "yes",
            "enabled": "yes",
            "installed_version": "6.0.0",
            "types": "session"
        },
        "survey_client": {
            "enabled": "yes",
            "installed_version": "6.0.0-dev.0",
            "last_sent": 1781013605,
            "types": "",
            "last_report": "{\"id\":\"ockhcsr92onj\",\"items\":[[\"server\",\"version\",\"33.0.2.2\"],[\"server\",\"code\",\"other\"],[\"server\",\"enable_avatars\",\"yes\"],[\"server\",\"enable_previews\",\"yes\"],[\"server\",\"memcache.local\",\"none\"],[\"server\",\"memcache.distributed\",\"none\"],[\"server\",\"asset-pipeline.enabled\",\"no\"],[\"server\",\"filelocking.enabled\",\"yes\"],[\"server\",\"memcache.locking\",\"none\"],[\"server\",\"debug\",\"no\"],[\"server\",\"cron\",\"cron\"],[\"php\",\"version\",\"8.3.30\"],[\"php\",\"memory_limit\",1610612736],[\"php\",\"max_execution_time\",0],[\"php\",\"upload_max_filesize\",1610612736],[\"database\",\"type\",\"mysql\"],[\"database\",\"version\",\"11.8.6\"],[\"database\",\"size\",15548416],[\"apps\",\"activity\",\"6.0.0\"],[\"apps\",\"app_api\",\"33.0.0\"],[\"apps\",\"bruteforcesettings\",\"6.0.0\"],[\"apps\",\"calendar\",\"6.4.2\"],[\"apps\",\"circles\",\"33.0.0\"],[\"apps\",\"cloud_federation_api\",\"1.17.0\"],[\"apps\",\"comments\",\"1.23.0\"],[\"apps\",\"contacts\",\"8.5.1\"],[\"apps\",\"contactsinteraction\",\"1.14.1\"],[\"apps\",\"dashboard\",\"7.13.0\"],[\"apps\",\"dav\",\"1.36.0\"],[\"apps\",\"documentserver_community\",\"disabled\"],[\"apps\",\"federatedfilesharing\",\"1.23.0\"],[\"apps\",\"federation\",\"1.23.0\"],[\"apps\",\"files\",\"2.5.0\"],[\"apps\",\"files_antivirus\",\"disabled\"],[\"apps\",\"files_downloadlimit\",\"5.1.0\"],[\"apps\",\"files_pdfviewer\",\"6.0.0\"],[\"apps\",\"files_reminders\",\"1.6.0\"],[\"apps\",\"files_sharing\",\"1.25.2\"],[\"apps\",\"files_trashbin\",\"1.23.0\"],[\"apps\",\"files_versions\",\"1.26.0\"],[\"apps\",\"firstrunwizard\",\"6.0.0\"],[\"apps\",\"forms\",\"5.3.0\"],[\"apps\",\"groupfolders\",\"21.0.7\"],[\"apps\",\"groupquota\",\"0.2.4\"],[\"apps\",\"impersonate\",\"4.0.0\"],[\"apps\",\"logreader\",\"6.0.0\"],[\"apps\",\"lookup_server_connector\",\"1.21.0\"],[\"apps\",\"nextcloud_announcements\",\"5.0.0\"],[\"apps\",\"notifications\",\"6.0.0\"],[\"apps\",\"oauth2\",\"1.21.0\"],[\"apps\",\"officeonline\",\"disabled\"],[\"apps\",\"onlyoffice\",\"disabled\"],[\"apps\",\"password_policy\",\"5.0.0\"],[\"apps\",\"photos\",\"6.0.0\"],[\"apps\",\"privacy\",\"5.0.0\"],[\"apps\",\"profile\",\"1.2.0\"],[\"apps\",\"provisioning_api\",\"1.23.0\"],[\"apps\",\"recommendations\",\"6.0.0\"],[\"apps\",\"related_resources\",\"4.0.0\"],[\"apps\",\"richdocuments\",\"disabled\"],[\"apps\",\"richdocumentscode\",\"disabled\"],[\"apps\",\"serverinfo\",\"5.0.0\"],[\"apps\",\"settings\",\"1.16.0\"],[\"apps\",\"sharebymail\",\"1.23.0\"],[\"apps\",\"support\",\"5.0.0\"],[\"apps\",\"survey_client\",\"5.0.0\"],[\"apps\",\"systemtags\",\"1.23.0\"],[\"apps\",\"text\",\"7.0.0\"],[\"apps\",\"theming\",\"2.8.0\"],[\"apps\",\"twofactor_admin\",\"4.11.1\"],[\"apps\",\"twofactor_backupcodes\",\"1.22.0\"],[\"apps\",\"twofactor_email\",\"3.1.1\"],[\"apps\",\"twofactor_totp\",\"15.0.0\"],[\"apps\",\"updatenotification\",\"1.23.0\"],[\"apps\",\"user_status\",\"1.13.0\"],[\"apps\",\"viewer\",\"6.0.0\"],[\"apps\",\"weather_status\",\"1.13.0\"],[\"apps\",\"webhook_listeners\",\"1.5.0\"],[\"apps\",\"workflowengine\",\"2.15.0\"],[\"stats\",\"num_files\",2445],[\"stats\",\"num_users\",8],[\"stats\",\"num_storages\",13],[\"stats\",\"num_storages_local\",0],[\"stats\",\"num_storages_home\",12],[\"stats\",\"num_storages_other\",1],[\"stats\",\"num_comments\",0],[\"stats\",\"num_comment_markers\",0],[\"stats\",\"num_systemtags\",0],[\"stats\",\"num_systemtags_mappings\",0],[\"files_sharing\",\"num_shares\",5],[\"files_sharing\",\"num_shares_user\",5],[\"files_sharing\",\"num_shares_groups\",0],[\"files_sharing\",\"num_shares_link\",0],[\"files_sharing\",\"num_shares_link_no_password\",0],[\"files_sharing\",\"num_fed_shares_sent\",0],[\"files_sharing\",\"num_fed_shares_received\",0],[\"files_sharing\",\"permissions_0_1\",4],[\"files_sharing\",\"permissions_0_31\",1],[\"encryption\",\"enabled\",\"no\"],[\"encryption\",\"default_module\",\"no\"]]}"
        },
        "systemtags": {
            "enabled": "yes",
            "installed_version": "1.24.0",
            "types": "logging"
        },
        "text": {
            "enabled": "yes",
            "installed_version": "8.0.0",
            "types": "dav"
        },
        "theming": {
            "cachebuster": "4",
            "enabled": "yes",
            "installed_version": "2.9.0",
            "name": "KMAC Cloud",
            "slogan": "***REMOVED SENSITIVE VALUE***",
            "types": "logging",
            "url": "***REMOVED SENSITIVE VALUE***"
        },
        "twofactor_admin": {
            "enabled": "no",
            "installed_version": "4.11.1",
            "types": ""
        },
        "twofactor_backupcodes": {
            "enabled": "yes",
            "installed_version": "1.23.0",
            "types": ""
        },
        "twofactor_email": {
            "enabled": "yes",
            "installed_version": "3.1.1",
            "types": ""
        },
        "twofactor_totp": {
            "enabled": "yes",
            "installed_version": "16.0.0",
            "types": ""
        },
        "updatenotification": {
            "calendar": "6.5.0",
            "contacts": "8.5.1",
            "core": "33.0.5.1",
            "enabled": "yes",
            "forms": "5.3.2",
            "groupfolders": "21.0.8",
            "groupquota": "0.2.4",
            "impersonate": "3.0.1",
            "installed_version": "1.24.0",
            "onlyoffice": "9.13.0",
            "twofactor_admin": "4.11.1",
            "twofactor_email": "3.1.1",
            "types": "",
            "update_check_errors": 0
        },
        "user_status": {
            "enabled": "yes",
            "installed_version": "1.14.0",
            "types": ""
        },
        "viewer": {
            "enabled": "yes",
            "installed_version": "7.0.0-dev.0",
            "types": ""
        },
        "weather_status": {
            "enabled": "yes",
            "installed_version": "1.14.0",
            "types": ""
        },
        "webhook_listeners": {
            "enabled": "yes",
            "installed_version": "1.6.0",
            "types": "filesystem"
        },
        "workflowengine": {
            "enabled": "yes",
            "installed_version": "2.16.0",
            "types": "filesystem"
        }
    }
}

Apps

The output of occ app:list (if possible).

Enabled:
  - activity: 7.0.0
  - app_api: 34.0.0
  - appstore: 1.0.0
  - bruteforcesettings: 7.0.0
  - calendar: 6.5.0
  - circles: 34.0.0
  - cloud_federation_api: 1.18.0
  - comments: 1.24.0
  - contacts: 8.7.0
  - contactsinteraction: 1.15.0
  - dashboard: 7.14.0
  - dav: 1.39.0
  - federatedfilesharing: 1.24.0
  - federation: 1.24.0
  - files: 2.6.0
  - files_downloadlimit: 5.2.0-dev.0
  - files_lock: 34.0.0
  - files_pdfviewer: 7.0.0-dev.0
  - files_reminders: 1.7.0
  - files_sharing: 1.26.0
  - files_trashbin: 1.24.0
  - files_versions: 1.27.0
  - firstrunwizard: 7.0.0-dev.0
  - forms: 5.3.2
  - groupfolders: 22.0.1
  - logreader: 7.0.0
  - lookup_server_connector: 1.22.0
  - nextcloud_announcements: 6.0.0
  - notifications: 7.0.0-dev.1
  - oauth2: 1.22.0
  - office: 1.0.0
  - password_policy: 6.0.0-dev.0
  - photos: 7.0.0
  - privacy: 6.0.0-dev.1
  - profile: 1.3.0
  - provisioning_api: 1.24.0
  - recommendations: 7.0.0-dev.0
  - related_resources: 5.0.0-dev.0
  - serverinfo: 6.0.0
  - settings: 1.17.0
  - sharebymail: 1.24.0
  - support: 6.0.0
  - survey_client: 6.0.0-dev.0
  - systemtags: 1.24.0
  - text: 8.0.0
  - theming: 2.9.0
  - twofactor_backupcodes: 1.23.0
  - twofactor_email: 3.1.1
  - twofactor_totp: 16.0.0
  - updatenotification: 1.24.0
  - user_status: 1.14.0
  - viewer: 7.0.0-dev.0
  - weather_status: 1.14.0
  - webhook_listeners: 1.6.0
  - workflowengine: 2.16.0
Disabled:
  - admin_audit: 1.24.0
  - encryption: 2.22.0
  - files_external: 1.26.0
  - suspicious_login: 12.0.0-dev.0
  - twofactor_nextcloud_notification: 8.0.0
  - user_ldap: 1.25.0

Tips for increasing the likelihood of a response

  • Use the preformatted text formatting option in the editor for all log entries and configuration output.
  • If screenshots are useful, feel free to include them.
    • If possible, also include key error output in text form so it can be searched for.
  • Try to edit log output only minimally (if at all) so that it can be ran through analyzers / formatters by those trying to help you.

@MikeWilliams thanks for your request :waving_hand:

please consider adding your heads-up on the devs Github, Private JS Api in server has changed, and impersonate needs to adjust for 34 · Issue #608 · nextcloud/impersonate

see supported releases

by the way, did you see this new app;

OTP Manager - Apps - App Store - Nextcloud

which will save you as admin a lot of 2FA hassle :waving_hand:

Thanks for the heads up - I have added my two pennies worth to the impersonate git hub issue

I will certainly look into the app OTP Manager

/Mike

Sadly OTP Manager does not allow me (as admin) to reset a [non tech savvy] user’s 2FA settings

As a seasoned analyst programmer I mange my 2FA without another app.

/Mike

Before doing major upgrades you should check your admin section in Web UI next time.

All incompatible apps related to your installatin are listed there. The impersonate app is one of them