Looks like login_emailusername module is no longer maintained. no need to create a comparison documentation page.
Mail login v4.0.3 is now released, the reported issues are fixed in the latest 4.0.2 release.
I'm working on a fix for this. in the meantime you can use v3.0.0 until this issue is resolved
starting from Drupal 10.3 and above the recommended mail login version is 4.x
check
https://www.drupal.org/project/mail_login/issues/3456996
📌
Use UserAuthenticationInterface instead of UserAuthInterface (>=10.3.x)
Needs review
Feel free to reopen the issue if it still exists using the most recent 3.x or 4.x versions.
Fixed in 4.0.x. see: https://www.drupal.org/project/mail_login/issues/3456996 📌 Use UserAuthenticationInterface instead of UserAuthInterface (>=10.3.x) Needs review
I created a new dev branch 4.0.x for this. I couldn't reproduce the issue in #4 so I'll keep this opened for review by the community.
The password reset functionality has been added to 3.0.x and 8.2-x since 19 Apr 2022 in
https://www.drupal.org/project/mail_login/issues/3275933 →
This patch won't apply to 2.x dev branch since it's rewriting an existing feature plus adding new options.
@Andrew Answer would you be able to rewrite the patch for the latest dev branch?
Fixed.
@Anybody
Thanks for your interest in maintaining the module, I'm currently working on resolving some issues and adding new features for the upcoming 3.0.0 release.
You're welcome to submit patches for the opened issues and I'll review and apply this weekend.
Still getting the same using v3.0 and patch #12 🐛 \RouteNotFoundException: Route "entity.node.vmd_preview_list" does not exist. Active
I just created a new Drupal 10.1 instance on simpletest and was able to add and view the facebook comments block.
@RdeBoer
Can you check if there are any console errors?
Added 2 new releases, hope this will fix the issue. Feel free to reopen the issue and post your feedback.
-
https://www.drupal.org/project/mail_login/releases/8.x-2.10 →
Drupal 8
-
https://www.drupal.org/project/mail_login/releases/3.0.0 →
Drupal 9 || Drupal 10
Can you provide step to replica this issue? Mail login module doesn't edit usernames and only enables the login by email address in addition to the default username login.
"Login by email address only" option is disabled by default which allows the user to login by username as normal.
https://www.drupal.org/files/issues/2023-10-13/Screenshot%20from%202023-... →
Could you provide steps to reproduce on a vanilla Drupal?
Done.
Thanks for pointing this out, I updated mail_login page and linked to email_registration.
I'm working on a fix for the reported issue, will be available soon in the latest dev branch.
This is already fixed in the latest dev version.
Fixed php warning for a missing use statement.
Updated hook_help output.
The merge requests branches have conflicts with t=8.x-2.x branch. I had to rewrite the patches.
mqanneh → made their first commit to this issue’s fork.
Fixed in v1.6
Added Drupal 10 compatibility in v2.6.
This is included in the latest dev version and will be available in v2.7
@sleitner I'll publish a new release today. Thanks for following up.
Rerolled the patch in #182 to work with v2.9
Update: PHP error after applying the patch in #185
TypeError: Cannot access offset of type string on string in Drupal\entity_browser\Plugin\Field\FieldWidget\ListBuilder\TableListBuilder->buildRow() (line 299 of /app/docroot/modules/contrib/entity_browser/src/Plugin/Field/FieldWidget/ListBuilder/TableListBuilder.php)
doesn't work with v2.9 which is a security release.