Does encryption app disable "remember me" feature?

Running Nextcloud 11.0.2.

It’s stated and known in this version that external storage disables the “stay logged in” checkbox.

However, I disabled this app and the checkbox doesn’t appear.

The following apps are activated: activity, comments, encryption, deleted files, file sharing, first run wizard, gallery, log reader, Nextcloud annoucements, notifications, password policy, pdf viewer, server info, share by mail, text editor, theming, update notification, usage survey, versions and video player.

Maybe there should be a list in the documentation of the apps which disable this feature?

Here is my config.php

$CONFIG = array (
  'instanceid' => '***********',
  'passwordsalt' => '******************',
  'secret' => '**************',
  'trusted_domains' =>
  array (
    0 => '*******',
  ),
  'datadirectory' => '/var/www/nextcloud/data',
  'overwrite.cli.url' => '**********',
  'dbtype' => 'mysql',
  'version' => '11.0.2.7',
  'dbname' => '********',
  'dbhost' => '*********',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'dbuser' => '********',
  'dbpassword' => '*********',
  'logtimezone' => 'UTC',
  'installed' => true,
  'memcache.local' => '\OC\Memcache\APCu',
  'session_keepalive' => true,
  'remember_login_cookie_lifetime' => 60*60*24*15,
  'session_lifetime' => 60 * 60 * 24,
  'htaccess.RewriteBase' => '/',
);

Thanks!

„Some apps like files_external or encryption will disable the Stay logged in checkbox.“

https://docs.nextcloud.com/server/12/user_manual/webinterface.html

Thanks.

I think this should be added in the documentation of the current version.

Moreover, I find the phrasing ambiguous: “some apps like …”.
I think it should look like: “the following apps disable the Stay logged in checkbox: …, …”.

https://docs.nextcloud.com/server/11/user_manual/webinterface.html

Feel free to file an issue in the appropriate bug tracker:

Well, I apologize for not searching more thoroughly.

Thank you!

1 Like