Can't (re)activate, install oder remove any apps

Nextcloud version (eg, 10.0.2):11.0.2
Operating system and version (eg, Ubuntu 16.04): I don’t know
Apache or nginx version (eg, Apache 2.4.25): I don’t know
PHP version (eg, 5.6):7.0
Is this the first time you’ve seen this error?:yes

Can you reliably replicate it? (If so, please outline steps): Trying to (re)activate, install or remove apps, I am being asked for password. Its correct, but it keeps asking again and again and again.

The issue you are facing:

I installed nextcloud on my all-inkl.com webspace. Everything worked fine. Today a message showed up, telling me about a new version. I started the update and installed v11.0.2

During update I was told, that some 3rd party apps were deactivated. I tried to re-activate them when I was asked for my password. I typed in my password and nothing happened. After a few seconds nextcloud asks for password again. And again and again. No matter how many times I type in my password, nothing happens (besides being asked again).

But the password is correct. I logged out and used it to login again. I even changed it several times. But I still can’t activate any apps or create new users.

The output of your Nextcloud log in Admin > Logging:

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php $CONFIG = array ( 'instanceid' => 'ocgl1uli7wn4', 'passwordsalt' => '******************************', 'secret' => '************************************************', 'trusted_domains' => array ( 0 => '*****', ), 'datadirectory' => '/www/htdocs/*****/cloud/data', 'overwrite.cli.url' => 'http://cloud.*****.**', 'dbtype' => 'mysql', 'version' => '11.0.2.7', 'dbname' => '*****', 'dbhost' => 'localhost', 'dbport' => '', 'dbtableprefix' => '***_', 'dbuser' => '********', 'dbpassword' => '*******************', 'logtimezone' => 'Europe/Berlin', 'installed' => true, 'tempdirectory' => '/www/htdocs/********/cloud/tmp/', 'mail_smtpmode' => 'smtp', 'mail_smtpsecure' => 'tls', 'mail_from_address' => '*****', 'mail_domain' => '********.de', 'mail_smtpauthtype' => 'PLAIN', 'mail_smtpauth' => 1, 'mail_smtphost' => '*****.kasserver.com', 'mail_smtpname' => '******', 'mail_smtppassword' => '*****************', 'maintenance' => false, 'updater.secret' => '**********************************/***********', 'theme' => '', 'loglevel' => 2, ); The output of your Apache/nginx/system log in `/var/log/____`: I don't know how to get this information

Sorry, I forgot the logs. Here they are:

{“reqId”:“WLaNzVUNlHMAADhKPskAAAAJ”,“remoteAddr”:“91.56.166.53”,“app”:“core”,“message”:“Login failed: ‘’ (Remote IP: ‘91.56.166.53’)”,“level”:2,“time”:“2017-03-01T10:01:52+01:00”,“method”:“POST”,“url”:"/index.php/login/confirm",“user”:“CdrBo”,“version”:“11.0.2.7”}
{“reqId”:“WLaNz1UNlHMAABMOhGMAAAAF”,“remoteAddr”:“91.56.166.53”,“app”:“core”,“message”:“Login failed: ‘’ (Remote IP: ‘91.56.166.53’)”,“level”:2,“time”:“2017-03-01T10:02:22+01:00”,“method”:“POST”,“url”:"/index.php/login/confirm",“user”:“CdrBo”,“version”:“11.0.2.7”}
{“reqId”:“WLaORVUNlHMAABlmEOUAAAAD”,“remoteAddr”:“91.56.166.53”,“app”:“core”,“message”:“Login failed: ‘’ (Remote IP: ‘91.56.166.53’)”,“level”:2,“time”:“2017-03-01T10:03:31+01:00”,“method”:“POST”,“url”:"/index.php/login/confirm",“user”:“CdrBo”,“version”:“11.0.2.7”}
{“reqId”:“WLaOcFUNlHMAADiJQUIAAAAM”,“remoteAddr”:“91.56.166.53”,“app”:“core”,“message”:“Login failed: ‘’ (Remote IP: ‘91.56.166.53’)”,“level”:2,“time”:“2017-03-01T10:04:14+01:00”,“method”:“POST”,“url”:"/index.php/login/confirm",“user”:“CdrBo”,“version”:“11.0.2.7”}
{“reqId”:“WLaPrlUNlHMAAHqMxMgAAAAH”,“remoteAddr”:“91.56.166.53”,“app”:“core”,“message”:“Login failed: ‘’ (Remote IP: ‘91.56.166.53’)”,“level”:2,“time”:“2017-03-01T10:09:32+01:00”,“method”:“POST”,“url”:"/index.php/login/confirm",“user”:“CdrBo”,“version”:“11.0.2.7”}
{“reqId”:“WLaQHVUNlHMAABK@58cAAAAN”,“remoteAddr”:“91.56.166.53”,“app”:“core”,“message”:“Login failed: ‘’ (Remote IP: ‘91.56.166.53’)”,“level”:2,“time”:“2017-03-01T10:11:23+01:00”,“method”:“POST”,“url”:"/index.php/login/confirm",“user”:“CdrBo”,“version”:“11.0.2.7”}
{“reqId”:“WLaQhlUNlHMAAHkGZ@wAAAAJ”,“remoteAddr”:“91.56.166.53”,“app”:“core”,“message”:“Login failed: ‘CdrBo’ (Remote IP: ‘91.56.166.53’)”,“level”:2,“time”:“2017-03-01T10:12:38+01:00”,“method”:“PROPFIND”,“url”:"/remote.php/webdav/",“user”:“CdrBo”,“version”:“11.0.2.7”}
{“reqId”:“WLaQhlUNlHMAAHkGZ@wAAAAJ”,“remoteAddr”:“91.56.166.53”,“app”:“core”,“message”:“Login failed: ‘CdrBo’ (Remote IP: ‘91.56.166.53’)”,“level”:2,“time”:“2017-03-01T10:13:08+01:00”,“method”:“PROPFIND”,“url”:"/remote.php/webdav/",“user”:"–",“version”:“11.0.2.7”}
{“reqId”:“WLaQkVUNlHMAAAcab@kAAAAN”,“remoteAddr”:“91.56.166.53”,“app”:“core”,“message”:“Login failed: ‘CdrBo’ (Remote IP: ‘91.56.166.53’)”,“level”:2,“time”:“2017-03-01T10:13:19+01:00”,“method”:“PROPFIND”,“url”:"/remote.php/webdav/",“user”:"–",“version”:“11.0.2.7”}
{“reqId”:“WLaR0VUNlHMAAFMTiPMAAAAC”,“remoteAddr”:“91.56.166.53”,“app”:“core”,“message”:“Login failed: ‘’ (Remote IP: ‘91.56.166.53’)”,“level”:2,“time”:“2017-03-01T10:18:40+01:00”,“method”:“POST”,“url”:"/index.php/login/confirm",“user”:“CdrBo”,“version”:“11.0.2.7”}

You may find these topics relevant:

There are others but these should hopefully get you started.