-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
Milestone
Description
Steps to reproduce
- Delete User via Admin-Panel
- Create same User again via Admin Panel
- 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,
);
Reactions are currently unavailable