Server: Password reset encrypted-continue checkbox not visible due to CSS

Created on 9 Nov 2018  Â·  3Comments  Â·  Source: nextcloud/server

Steps to reproduce

  1. Create and open password reset link on server with encryption enabled
  2. Enter new password and click reset button
  3. Now the encryption note appears but the 'I know what I'm doing' checkbox is not visible.

Expected behaviour

Checkbox should be visible.

Actual behaviour

The bug seems to have to do with guest.css file.
If I remove line 188 '-webkit-appearance: none' the checkbox becomes visible again.

input,
input:not([type='range']),
a.button {
font-size: 20px;
margin: 5px;
padding: 11px 10px 9px;
outline: none;
border-radius: 3px; /* --border-radius */
-webkit-appearance: none;
}

Server configuration

Operating system:
Ubuntu 16/18

Web server:
nginx

Database:
MariaDB

PHP version:
7.0/7.2

Nextcloud version: (see Nextcloud admin page)
14.0.3/15.0beta1

Updated from an older Nextcloud/ownCloud or fresh install:
both

Where did you install Nextcloud from:
nextcloud.com download

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

Nextcloud configuration:


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. 
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)

Are you using external storage, if yes which one: no

Are you using encryption: yes

Are you using an external user-backend, if yes which one: no

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:
Firefox/Chrome/Safari

Operating system:
OS X

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) ...

Most helpful comment

Same problem here with NC 13.0.5 and 13.0.6.
Adding class="checkbox checkbox--white" to the HTML seems to fix the problem.

From my understanding, this is not a problem for people with fresh NC 13.0.6 (and above) installations, as per-user keys are no longer used and the warning has been altogether removed, but it still is a big problem for any installations (with encryption enabled) that have been upgraded from any NC version under NC 13.

All 3 comments

GitMate.io thinks possibly related issues are https://github.com/nextcloud/server/issues/4008 (Disable reset password link), https://github.com/nextcloud/server/issues/6808 (Password Reset is not user friendly), https://github.com/nextcloud/server/issues/4352 (Password reset button broken), https://github.com/nextcloud/server/issues/9170 (redirect), and https://github.com/nextcloud/server/issues/8241 (image).

Same problem here with NC 13.0.5 and 13.0.6.
Adding class="checkbox checkbox--white" to the HTML seems to fix the problem.

From my understanding, this is not a problem for people with fresh NC 13.0.6 (and above) installations, as per-user keys are no longer used and the warning has been altogether removed, but it still is a big problem for any installations (with encryption enabled) that have been upgraded from any NC version under NC 13.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mama21mama picture mama21mama  Â·  3Comments

georgehrke picture georgehrke  Â·  3Comments

MorrisJobke picture MorrisJobke  Â·  3Comments

rullzer picture rullzer  Â·  3Comments

Django-BOfH picture Django-BOfH  Â·  3Comments