-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Description
Steps to reproduce
- Log in as Admin
- Go to Users and Disable an existing User (or create a new User to Test this)
- On the left pane select the Group "Disabled"

Expected behaviour
The Group "Disabled" should list disabled User Accounts
Actual behaviour
The Group "Disabled" doesn't list the disabled Users. The amount (number) of disabled Users is visible.
Server configuration
Operating system: CentOS Linux release 7.4.1708 (Core)
Web server: Apache/2.4.6 (CentOS)
Database: 5.5.56-MariaDB MariaDB Server
PHP version: PHP 5.6.31
Nextcloud version: 12.0.3
Updated from an older Nextcloud/ownCloud or fresh install:
oC8.0 --> oC8.1 --> oC8.2 --> oC9.0 --> nC9.0 --> nC10.0 --> nC11.0 --> nC12.0
Where did you install Nextcloud from:
Signing status:
No errors have been found.
List of activated apps:
Enabled:
- activity: 2.5.2
- admin_audit: 1.2.0
- bruteforcesettings: 1.0.2
- comments: 1.2.0
- dav: 1.3.0
- federatedfilesharing: 1.2.0
- federation: 1.2.0
- files: 1.7.2
- files_pdfviewer: 1.1.1
- files_sharing: 1.4.0
- files_texteditor: 2.4.1
- files_trashbin: 1.2.0
- files_versions: 1.5.0
- files_videoplayer: 1.1.0
- logreader: 2.0.0
- lookup_server_connector: 1.0.0
- nextcloud_announcements: 1.1
- notifications: 2.0.0
- oauth2: 1.0.5
- password_policy: 1.2.2
- provisioning_api: 1.2.0
- serverinfo: 1.2.0
- sharebymail: 1.2.0
- survey_client: 1.0.0
- systemtags: 1.2.0
- twofactor_backupcodes: 1.1.1
- updatenotification: 1.2.0
- workflowengine: 1.2.0
Disabled: - encryption
- files_external
- firstrunwizard
- gallery
- theming
- user_external
- user_ldap
Nextcloud configuration:
{
"system": {
"instanceid": "ocnibw9w9uqp",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"localhost",
"192.168.200.15",
],
"datadirectory": "/home/share/data",
"overwrite.cli.url": "http://localhost/owncloud",
"dbtype": "mysql",
"version": "12.0.3.3",
"dbname": "owncloud",
"dbhost": "localhost",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"mail_smtpmode": "smtp",
"mail_from_address": "share",
"mail_domain": "xxx",
"mail_smtphost": "192.168.200.14",
"mail_smtpport": "25",
"forcessl": true,
"forceSSLforSubdomains": true,
"loglevel": 2,
"default_language": "en",
"allow_user_to_change_display_name": false,
"updatechecker": false,
"check_for_working_htaccess": true,
"logtimezone": "Europe/Zurich",
"maintenance": false,
"theme": "cst",
"singleuser": false,
"trashbin_retention_obligation": "30, 31",
"memcache.local": "\OC\Memcache\APCu",
"updater.secret": "REMOVED SENSITIVE VALUE"
}
}
Are you using external storage, if yes which one: No
Are you using encryption: No
Are you using an external user-backend, if yes which one: No
Client configuration
Browser: IE 11, Firefox 56
Operating system: Windows 7
Logs
Web server error log
Nextcloud log (data/nextcloud.log)
Browser log
Note:
Somehow related to Issue #6217 but less steps to reproduce
Re-enabling disabled users with OCC command works