Login failed, new user, user info correct

Support intro

Sorry to hear you’re facing problems :slightly_frowning_face:

help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.

In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:

example

Or for longer, use three backticks above and below the code snippet:

longer
example
here

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can :heart:

Nextcloud version (eg, 12.0.2): 14.04
Operating system and version (eg, Ubuntu 17.04): 16.04
Apache or nginx version (eg, Apache 2.4.25): nginx 1.14.2
PHP version (eg, 7.1):7.0

The issue you are facing:
User with Windows 10 cannot login to NextCloud on my server (Vultr).
I can login on my smartphone and Linux notebook.

Windows 10 is installed on a DELL laptop purchased in China. It is not possible to change the system language to anything but Chinese. User was sitting next to me and using the same wifi network when this problem happened.

Is this the first time you’ve seen this error? (Y/N): Y

Steps to replicate it:

  1. Create a new user
  2. Send new user email share
  3. New user clicks on link (Nextcloud already installed)
  4. New user types in correct name and password
  5. Admin log immediately shows failed login.

The output of your Nextcloud log in Admin > Logging:

Warning	core	Login failed: 'Wendy' (Remote IP: '1.x.x.x')

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

<?php
$CONFIG = array (
  'passwordsalt' => 'zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz',
  'secret' => 'sssssssssssssssssssssssssssssssssssssssss',
  'trusted_domains' => 
  array (
    0 => 'localhost',
    1 => 'n.n.n.n',
  ),
  'datadirectory' => '/var/www/html/data',
  'dbtype' => 'mysql',
  'version' => '14.0.4.2',
  'overwrite.cli.url' => 'http://localhost',
  'dbname' => 'nextcloud',
  'dbhost' => 'localhost',
  0 => 'n.n.n.n',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'nextcloud13495',
  'dbpassword' => 'somepassword',
  'installed' => true,
  'memcache.local' => '\\OC\\Memcache\\Redis',
  'redis' => 
  array (
    'host' => 'localhost',
    'port' => 6379,
  ),
  'instanceid' => 'ocfgfn2hv09q',
  'mail_from_address' => 'sombody',
  'mail_smtpmode' => 'smtp',
  'mail_domain' => 'xxx.net',
  'mail_smtpauthtype' => 'LOGIN',
  'mail_smtphost' => 'smtpauth.xxx.net',
  'mail_smtpport' => '587',
  'mail_smtpsecure' => 'tls',
  'mail_smtpauth' => 1,
  'mail_smtpname' => 'sombody@xxx.net',
  'mail_smtppassword' => 'password',
  'maintenance' => false,
  'theme' => '',
  'loglevel' => 2,
);

The output of your Apache/nginx/system log in /var/log/____:

no system log for nginx