User Manager can't be removed

Nextcloud version (eg, 29.0.5): 29.0.5
Operating system and version (eg, Ubuntu 24.04): unknown Webhosted by a Webhoster
Apache or nginx version (eg, Apache 2.4.25): unknown Webhosted by a Webhoster
PHP version (eg, 8.3): 8.2

The issue you are facing: I can’t remove the manager from users

Is this the first time you’ve seen this error? (Y/N): Y

Steps to replicate it:

  1. as Admin open Users
  2. click on edit for a user
  3. press X from the Manager field
  4. Safe

The manager is still shown. If I edit the user again, the manager field is empty, but after reloading the page and editing, the manager field is filled again.
The manager can be replaced, but I want to remove it from Testusers.

The output of your Nextcloud log in Admin > Logging:

Damn, there is no error logged. Although I changed the loglevel

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array (
  'instanceid' => 'SECRET',
  'passwordsalt' => 'SECRET',
  'secret' => 'SECRET',
  'trusted_domains' => 
  array (
    0 => 'SECRET',
  ),
  'datadirectory' => '/www/htdocs/SECRET/cloud/data',
  'dbtype' => 'mysql',
  'version' => '29.0.4.1',
  'overwrite.cli.url' => 'https://SECRET.SEC',
  'dbname' => 'SECRET',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'SECRET',
  'dbpassword' => 'SECRET',
  'installed' => true,
  'tempdirectory' => '/www/htdocs/SECRET/cloud/data/tmp',
  'profile.enabled' => true,
  'default_language' => 'de',
  'default_locale' => 'de_DE',
  'default_phone_region' => 'DE',
  'versions_retention_obligation' => '90, auto',
  'account_manager.default_property_scope' => 
  array (
    'email' => 'v2-private',
    'displayname' => 'v2-local',
  ),
  'maintenance' => false,
  'maintenance_window_start' => 1,
  'theme' => '',
  'loglevel' => 2,
  'mail_smtpmode' => 'smtp',
  'mail_smtphost' => 'SECRET',
  'mail_sendmailmode' => 'smtp',
  'mail_smtpport' => '465',
  'mail_smtpsecure' => 'ssl',
  'mail_from_address' => 'system',
  'mail_domain' => 'SECRET.SEC',
  'mail_smtpauth' => 1,
  'mail_smtpname' => 'SECRETMail',
  'mail_smtppassword' => 'SECRET',
  'updater.secret' => 'SECRET',
  'skeletondirectory' => '/www/htdocs/SECRET/cloud/data/skeleton-neu',
);

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

Don't have that

Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.

Damn there is no error logged.

+1
The same problem, exactly as described by the TS.
NC 29.0.6

This is a known bug:


Much and good luck,
ernolf

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.