Skip to content
This repository was archived by the owner on Nov 14, 2018. It is now read-only.
This repository was archived by the owner on Nov 14, 2018. It is now read-only.

Login failed despite correct credentials #2205

@alve89

Description

@alve89

Affected apps

user_imap (self wrote, developed from user_external)

Expected behaviour

The user should be logged in after submitting the valid credentials

Actual behaviour

The logs say:
Warning core Login failed: 'first.last(Remote IP: '195...***')
that's it.

After submitting the login form the user is redirected back to the login form without any message that the credentials were invalid (URL: https://myowncloud.tld/temp/index.php/login?redirect_url=%252Ftemp%252Findex.php%252Fapps%252Ffiles%252F

So the login seems to be correct?!

The app does a little more than just logging in:

  • Store user to oc_users (not external! With this I have a full compatible user for everything, its password is '')
  • Set the users displayname in oc_users
  • Store the users email address in oc_preferences
  • Create all groups the user is in (data from an external user-details-server)
  • Add user to this groups

The app worked with oC 8.2.5 and does now not work with 9.1.1.

Server configuration

Operating system: Linux 3.13 (?)

Web server: Apache 2.0

Database: MySQL 5.6.33

PHP version: 7.0

ownCloud version: 9.1.1

Client configuration

Browser: FF 45.4.0

Operating system: Win 7

Logs

ownCloud log (data/owncloud.log)

Warning 	core 	Login failed: 'first.last(Remote IP: '195.***.***.***') 

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions