Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stay logged in not displaying #2656

Closed
ram0042 opened this issue Dec 13, 2016 · 6 comments
Closed

Stay logged in not displaying #2656

ram0042 opened this issue Dec 13, 2016 · 6 comments

Comments

@ram0042
Copy link

ram0042 commented Dec 13, 2016

Steps to reproduce

  1. Navigate to nextcloud instance.
  2. Look for the "Stay logged in" check box

Expected behaviour

Find the "Say logged in" check box

Actual behaviour

The login page appears

Server configuration

Operating system: GNU/linux

Web server: nginx

Database: mariadb

PHP version: 7.0.13

Nextcloud version: 11.0.0

Updated from an older Nextcloud/ownCloud or fresh install: Manually upgraded from a fresh install

Where did you install Nextcloud from: I downloaded a tar.gz archive

Signing status:

Signing status

Login as admin user into your Nextcloud and access 
http://example.com/index.php/settings/integrity/failed 
paste the results here.

List of activated apps:

App list

If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder

The content of config/config.php:

Config report

If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder

or 

Insert your config.php content here
(Without the database password, passwordsalt and secret)

Are you using external storage, if yes which one: local/smb/sftp/...

Are you using encryption: yes/no

Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...

LDAP configuration (delete this part if not used)

LDAP config

With access to your command line run e.g.:
sudo -u www-data php occ ldap:show-config
from within your Nextcloud installation folder

Without access to your command line download the data/owncloud.db to your local
computer or access your SQL server remotely and run the select query:
SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap';


Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.
### Client configuration

Browser:

Operating system:

Logs

Web server error log

Web server error log

Insert your webserver log here
#### Nextcloud log (data/nextcloud.log)

Nextcloud log

Insert your Nextcloud log here
#### Browser log

Browser log

Insert your browser log here, this could for example include:

a) The javascript console log
b) The network log
c) ...
@LukasReschke
Copy link
Member

Do you happen to have the files_external app enabled? This one is at the moment not compatible with the remember me login from what I can remember.

@ram0042
Copy link
Author

ram0042 commented Dec 13, 2016

I think I have external storage app enabled. Is that the one?

@LukasReschke
Copy link
Member

Yep.

@ram0042
Copy link
Author

ram0042 commented Dec 13, 2016

Is that a requirement or is it an issue to not display the logged in box?

@LukasReschke
Copy link
Member

If the external storage app is enabled then the remember me box is currently not displayed due to incompatibilities. This is something that we want to address in the future, but at the moment the only solution here is to disable the files_external app.

Closing since there is already a ticket about this somewhere.

@ram0042
Copy link
Author

ram0042 commented Dec 13, 2016

Got it. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants