Checkbox should be visible.
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;
}
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 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.
Browser:
Firefox/Chrome/Safari
Operating system:
OS X
Web server error log
Insert your webserver log here
Nextcloud log
Insert your Nextcloud log here
Browser log
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
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.
Submitted merge request with fix.
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.