- Issue created by @adam1
- 🇯🇴Jordan mqanneh Amman
I'm unable to reproduce this issue. can you test it in a fresh installation?
- 🇩🇪Germany adam1
I tested the issue on several fresh and clean installs — with german locale, issue is always occuring.
Just use this DDEV recipe:mkdir testsite-german && cd testsite-german ddev config --project-type=drupal10 --docroot=web ddev start ddev composer create drupal/recommended-project:^10 ddev composer require drush/drush ddev drush site:install --account-name=admin --account-pass=admin --locale=de -y ddev launch ddev composer require 'drupal/mail_login:^4.0' ddev drush pm:enable mail_login ddev launch $(ddev drush uli)