aimeos / ai-admin-jqadm

Aimeos e-commerce Vue.js+Bootstrap based admin interface
https://aimeos.org
GNU Lesser General Public License v3.0
182 stars 43 forks source link

The name of a newly registered user is not accessible in the backend #285

Closed akropivko closed 1 year ago

akropivko commented 1 year ago

Environment Environment Version - 2023.07 Integration - Laravel System - Windows10

Describe the bug The name of a newly registered user is not accessible in the backend.

To Reproduce Steps to reproduce the behavior:

  1. Register a new user with a name via /register.
  2. Go to the backend (/admin) and check the user's name - it's empty.
  3. Check the "users" database table - it does contain the name.

Expected behavior The name should be accessible in the backend.

aimeos commented 1 year ago

Aimeos doesn't have a "full name" property but first and last name instead. Therefore, the name column of the user property isn't used and is filled with the email address by default if you use the Aimeos distribution.