statamic / cms

The core Laravel CMS Composer package
https://statamic.com
Other
4.08k stars 533 forks source link

User blueprint changes not reflected in user create UI #4199

Closed Christophvh closed 1 year ago

Christophvh commented 3 years ago

Bug Description

When changing the user blueprint to use first_name & last_name instead of name this is not reflected in the UI to create a new users in the statamic CP.

How to Reproduce

Change user blueprint to use first_name / last_name instead of name.

Extra Detail

Screenshot 2021-08-31 at 11 04 46

'Naam*' in the screenshot is the translation of 'name'. 'first_name'/'last_name' are missing so we can't create the user.

Screenshot 2021-08-31 at 11 05 13

Statamic version: 3.2

PHP version: 8.0

Install method (choose one):

duncanmcclean commented 1 year ago

Note: As of #4399, separate inputs will be shown on the user create wizard for first & last names.

In terms of any other fields you add to your user blueprint, they won't show up in the creation wizard. Someone's made a specific issue for that which I'm going to close this in favour of: #7925.