Skip to content

Data of deleted user still there #1551

@meras1894

Description

@meras1894

Steps to reproduce

  1. Delete User via Admin-Panel
  2. Create same User again via Admin Panel
  3. Login at User account, loading Contacts App

Expected behaviour

New user, there should not be any datas from the deleted user

Actual behaviour

  • Data from database (contacts) is still there
  • Also, nextcloud asked for two factor auth for the new user. Two factor auth was activated at the deleted user. After disabling two factor auth, I could login.

Server configuration

Operating system: Ubuntu 16.04

Web server: Apache 2.4

Database: 10.0.27-MariaDB

PHP version: PHP 7.0.8

Nextcloud version: 10.0

Updated from an older Nextcloud/ownCloud or fresh install: fresh install

Where did you install Nextcloud from: download from web

Signing status:
No errors have been found.

List of activated apps:
standard list
+
contacts
calendar
two factor auth
mail
tasks

The content of config/config.php:

Config report

'ocr3jwxw0325', 'passwordsalt' => '....', 'secret' => '....', 'trusted_domains' => array ( 0 => 'example.eu:444', ), 'datadirectory' => '/mnt/nfs/webserver_daten/nextcloud_data', 'overwrite.cli.url' => 'https://example.eu:444', 'dbtype' => 'mysql', 'version' => '9.1.0.16', 'dbname' => 'nextcloud', 'dbhost' => 'localhost', 'dbport' => '', 'dbtableprefix' => 'oc_', 'dbuser' => 'nextcloud', 'dbpassword' => '.....', 'logtimezone' => 'UTC', 'installed' => true, 'memcache.distributed' => '\OC\Memcache\Redis', 'memcache.local' => '\OC\Memcache\Redis', 'memcache.locking' => '\OC\Memcache\Redis', 'redis' => array ( 'hosts' => 'localhost', 'port' => 6379, ), 'appstore.experimental.enabled' => false, );
**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:** Firefox 49.0.1 **Operating system:** Windows 10 No errors in logs

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions