Closed (fixed)
Project:
Mail Login
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2022 at 09:01 UTC
Updated:
9 Mar 2022 at 09:05 UTC
Jump to comment: Most recent
According to the return type documentation of Drupal\user\UserAuthInterface::authenticate:
@return int|bool
The user's uid on success, or FALSE on failure to authenticate.
Replace return NULL with return FALSE.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
dieterholvoet commentedComment #4
mqannehComment #6
mqannehComment #7
mqanneh