Closed (duplicate)
Project:
Mail Login
Version:
4.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jul 2024 at 16:45 UTC
Updated:
22 Aug 2024 at 20:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
ananya.k commented@steveoriol,
The issues have been successfully resolved. Please refer to the attached patch for details.
Comment #3
steveoriolHi @ananya.k the patch "Error_in_mail_login_module-3462452.patch" does not applyOupss..., the patch is for the modue "mail_login"
and it works, no more errors, Thanks
Comment #4
steveoriolComment #5
gregglesShould this be filed against the security review module or the mail_login module?
I think it's a patch for mail_login so I'm moving the project.
Comment #6
klemendev commentedDoes this also happen in 4.0.2?
Comment #7
drupalbubb commentedIsn't the patch a downgrade from UserAuthenticationInterface to UserAuthInterface? My coding skills are deprecated, but looks like. If that is right, than this is no bug fix, just a quick fix. Shouldn't be a RTBC.
@KlemenDEV: this also happens in 4.0.2
Comment #8
klemendev commentedComment #9
drupalbubb commentedSee #3463067: Problem with Mail Login || Deprecation of UserAuthInterface for a better approach.
Comment #10
zaporylieMail Login 4.0.3 was just released and supports the old UserAuthInterface and the new UserAuthenticationInterface. See #3464301: AuthDecorator must implement both the old UserAuthInterface and the new UserAuthenticationInterface