We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Users other than the initial admin user account have a blank space where the email address should be to link to their profile page.
useEmailAsUsername(true)
Users should see their email address in the menu.
This section is blank. It seems that currentUser.username has no value.
currentUser.username
Users can login without issue, but looking in the database the username column is blank for everyone apart from the first admin user.
username
We created the site whilst Craft 5 was in beta, but have applied updates and now on 5.2.9
5.2.9
8.3.9
Linux 6.1.0-22-amd64
MySQL 28.1
Imagick 3.7.0 (ImageMagick 7.1.1-32)
"craftcms/ckeditor": "4.1.0", "nystudio107/craft-seomatic": "5.1.1", "nystudio107/craft-vite": "5.0.0", "putyourlightson/craft-sprig": "3.2.0", "servd/craft-asset-storage": "4.0.6",
The text was updated successfully, but these errors were encountered:
Hi, thanks for reporting! I raised a PR for this.
Sorry, something went wrong.
Craft 4.10.8 and 5.2.10 are out with that fix. Thanks again!
i-just
No branches or pull requests
What happened?
Description
Users other than the initial admin user account have a blank space where the email address should be to link to their profile page.
Steps to reproduce
useEmailAsUsername(true)
in our general.php config.Expected behavior
Users should see their email address in the menu.
Actual behavior
This section is blank. It seems that
currentUser.username
has no value.Users can login without issue, but looking in the database the
username
column is blank for everyone apart from the first admin user.We created the site whilst Craft 5 was in beta, but have applied updates and now on 5.2.9
Craft CMS version
5.2.9
PHP version
8.3.9
Operating system and version
Linux 6.1.0-22-amd64
Database type and version
MySQL 28.1
Image driver and version
Imagick 3.7.0 (ImageMagick 7.1.1-32)
Installed plugins and versions
The text was updated successfully, but these errors were encountered: