root@uplink:/var/www/nextcloud# sudo -u www-data php occ config:list system
{
"system": {
"default_language": "en",
"instanceid": "ocs19kglaiqz",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"192.168.1.210",
"uplink.spdns.eu"
],
"datadirectory": "\/var\/www\/nextcloud\/data",
"overwrite.cli.url": "https:\/\/xxxxxxxxxxx\/",
"htaccess.RewriteBase": "\/",
"dbtype": "mysql",
"version": "9.1.1.5",
"logtimezone": "Europe\/Vienna",
"installed": true,
"dbname": "owncloud",
"dbhost": "localhost",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"mail_from_address": "ubuntu.nextcloud",
"mail_smtpmode": "sendmail",
"mail_domain": "gmail.com",
"maintenance": false,
"memcache.local": "\\OC\\Memcache\\APCu",
"mail_smtpauthtype": "LOGIN",
"mail_smtpauth": 1,
"mail_smtphost": "smtp.gmail.com",
"mail_smtpport": "587",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"mail_smtpsecure": "tls",
"loglevel": 2,
"appstore.experimental.enabled": true,
"updatechecker": false,
"theme": "",
"data-fingerprint": "d5e948161f4d2925d0e7d3170018b695"
}
}
Steps to reproduce
Expected behaviour
User B gets a email in the language "french"
Actual behaviour
User B gets a email in the language "english"
Server configuration
Operating system:
Ubuntu 16.04
Web server:
Apache2
Database:
mysql
PHP version:
php7
Nextcloud version: (see Nextcloud admin page)
10.01
Updated from an older Nextcloud/ownCloud or fresh install:
Updated from Owncloud
Where did you install Nextcloud from:
Git
Signing status:
Signing status
No errors have been found.
List of activated apps:
App list
The content of config/config.php:
Config report
Are you using external storage, if yes which one: local/smb/sftp/...
Yes local storage
Are you using encryption: yes/no
no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
no