-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
Steps to reproduce
- As admin User go to Users Page
- Create a user
- Check owncloud.log file
Expected behaviour
No logs should be shown
Actual behaviour
A log is shown in owncloud.log when creating a user
Server configuration
Operating system:
Ubuntu 16.04
Web server:
Apache
Database:
MySQL
PHP version:
7.1.15
**ownCloud version:""10.1.0 prealpha" using owncloud-daily-master.tar.bz2 from 20 March 2018
Updated from an older ownCloud or fresh install:
Fresh
Are you using external storage, if yes which one:
No
Are you using encryption:
No
Logs
{"reqId":"HuAr8DBNhaIvOEfiHlGA","level":3,"time":"2018-03-21T08:02:10+00:00","remoteAddr":"85.57.168.79","user":"admin","app":"no app in context","method":"POST","url":"\/index.php\/settings\/users\/users","message":"User backend OC\\User\\Database is returning home: \/opt\/owncloud\/data\/pepe for user: pepe which differs from existing value: "}
Content of the account table:
select * from accounts;
+----+-------+---------+---------------+--------------+-------+------------+------------------+--------------------------+-------+
| id | email | user_id | lower_user_id | display_name | quota | last_login | backend | home | state |
+----+-------+---------+---------------+--------------+-------+------------+------------------+--------------------------+-------+
| 1 | NULL | admin | admin | admin | NULL | 1521619576 | OC\User\Database | /opt/owncloud/data/admin | 1 |
| 2 | NULL | pepe | pepe | pepe | NULL | 1521619458 | OC\User\Database | /opt/owncloud/data/pepe | 1 |
+----+-------+---------+---------------+--------------+-------+------------+------------------+--------------------------+-------+
Client configuration
browser
Firefox
Reactions are currently unavailable