hi,
My owncloud community edition suddenly redirects back to login page when log in. It shows a message as "you took too long to login please try again now". But when desktop or mobile clients are used, they log in correctly.
Please help me to sort this out.
sudo -u www-data ./occ status
- installed: true
- version: 10.0.7.2
- versionstring: 10.0.7
- edition: Community
sudo -u www-data ./occ config:list
{
"system": {
"instanceid": "ocq1tbj45qou",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"xxxx.xyz"
],
"datadirectory": "\/var\/www\/lrndata",
"overwrite.cli.url": "http:\/\/xxxx.xyz\/",
"dbtype": "mysql",
"version": "10.0.7.2",
"dbname": "oclearndb",
"dbhost": "localhost",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"logtimezone": "UTC",
"installed": true,
"mail_smtpmode": "smtp",
"mail_smtpauthtype": "PLAIN",
"ldapIgnoreNamingRules": false,
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_domain": "REMOVED SENSITIVE VALUE",
"mail_smtpport": "587",
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"maintenance": false,
"loglevel": "2",
"debug": true,
"memcache.local": "\OC\Memcache\APCu",
"memcache.locking": "\OC\Memcache\Redis",
"redis": {
"host": "localhost",
"port": 6379
}
},
"apps": {
"backgroundjob": {
"lastjob": "13"
},
"comments": {
"enabled": "yes",
"installed_version": "0.3.0",
"types": "logging,dav"
},
"configreport": {
"enabled": "yes",
"installed_version": "0.1.1",
"types": "filesystem"
},
"core": {
"backgroundjobs_mode": "cron",
"default_encryption_module": "OC_DEFAULT_MODULE",
"encryption_enabled": "yes",
"installedat": "1520251467.5854",
"lastcron": "1521013141",
"lastupdateResult": "[]",
"lastupdatedat": "1521005577",
"oc.integritycheck.checker": "{\"theme-lrn\":{\"EXCEPTION\":{\"class\":\"OC\\IntegrityCheck\\Exceptions\\InvalidSignatureException\",\"message\":\"Signature data not found.\"}}}",
"public_files": "files_sharing\/public.php",
"public_webdav": "dav\/appinfo\/v1\/publicwebdav.php"
},
"dav": {
"enabled": "yes",
"installed_version": "0.3.2",
"types": "filesystem"
},
"encryption": {
"enabled": "yes",
"installed_version": "1.3.1",
"masterKeyId": "master_ca48aaed",
"publicShareKeyId": "pubShare_ca48aaed",
"recoveryAdminEnabled": "1",
"recoveryKeyId": "recoveryKey_ca48aaed",
"types": "filesystem",
"userSpecificKey": "1"
},
"federatedfilesharing": {
"enabled": "yes",
"installed_version": "0.3.1",
"types": "filesystem"
},
"federation": {
"enabled": "yes",
"installed_version": "0.1.0",
"types": "authentication"
},
"files": {
"cronjob_scan_files": "500",
"enabled": "yes",
"installed_version": "1.5.1",
"types": "filesystem"
},
"files_external": {
"enabled": "yes",
"installed_version": "0.7.1",
"ocsid": "166048",
"types": "filesystem"
},
"files_pdfviewer": {
"enabled": "yes",
"installed_version": "0.8.2",
"signed": "true",
"types": ""
},
"files_sharing": {
"enabled": "yes",
"installed_version": "0.10.1",
"types": "filesystem"
},
"files_trashbin": {
"enabled": "yes",
"installed_version": "0.9.1",
"types": "filesystem"
},
"files_versions": {
"enabled": "yes",
"installed_version": "1.3.0",
"types": "filesystem"
},
"files_videoplayer": {
"enabled": "yes",
"installed_version": "0.9.8",
"types": ""
},
"firstrunwizard": {
"enabled": "yes",
"installed_version": "1.1",
"ocsid": "166055",
"types": ""
},
"gallery": {
"enabled": "yes",
"installed_version": "16.0.2",
"signed": "true",
"types": ""
},
"market": {
"enabled": "yes",
"installed_version": "0.2.3",
"types": ""
},
"notifications": {
"enabled": "yes",
"installed_version": "0.3.2",
"types": "logging"
},
"provisioning_api": {
"enabled": "yes",
"installed_version": "0.5.0",
"types": "prevent_group_restriction"
},
"richdocuments": {
"enabled": "yes",
"installed_version": "2.0.5",
"signed": "true",
"types": "prevent_group_restriction",
"wopi_url": "https:\/\/office.xxxx.xyz"
},
"systemtags": {
"enabled": "yes",
"installed_version": "0.3.0",
"types": "logging"
},
"templateeditor": {
"enabled": "yes",
"installed_version": "0.2",
"types": ""
},
"theme-example": {
"enabled": "no",
"installed_version": "1.0.0",
"types": "theme"
},
"theme-lrn": {
"enabled": "yes",
"installed_version": "1.0.0",
"types": "theme"
},
"updatenotification": {
"enabled": "yes",
"installed_version": "0.2.1",
"types": ""
},
"user_ldap": {
"enabled": "yes",
"installed_version": "0.10.0",
"signed": "true",
"types": "authentication"
}
}
}
Thanks