Skip to content

feat: add "Full Name" field to user creation #13659

New issue

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

Merged
merged 2 commits into from
Jun 26, 2024
Merged

Conversation

johnstcn
Copy link
Member

@johnstcn johnstcn commented Jun 25, 2024

Part of #13490

Continued from #13491

Adds the ability to specify "Full Name" (a.k.a. Name) when creating users either via CLI or UI.

@johnstcn johnstcn self-assigned this Jun 25, 2024
Adds the ability to specify "Full Name" (a.k.a. Name) when
creating users either via CLI or UI.
@johnstcn johnstcn force-pushed the cj/create-user-fullname branch from 2e68b76 to 0ec27e9 Compare June 25, 2024 12:53
@johnstcn johnstcn marked this pull request as ready for review June 25, 2024 12:59
@johnstcn johnstcn requested review from BrunoQuaresma and mtojek June 25, 2024 12:59
@@ -20,6 +21,8 @@ export const Language = {
emailLabel: "Email",
passwordLabel: "Password",
usernameLabel: "Username",
nameLabel: "Full name",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: I would use "Name" instead of "Full name".

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again, I would much prefer to use "full name" in the UI/CLI to distinguish it from "username". The API refers to it as name however.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️ for adding e2e tests

Copy link
Collaborator

@BrunoQuaresma BrunoQuaresma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks good and it is tested 🙏

@johnstcn johnstcn merged commit 8a35925 into main Jun 26, 2024
31 checks passed
@johnstcn johnstcn deleted the cj/create-user-fullname branch June 26, 2024 08:00
@github-actions github-actions bot locked and limited conversation to collaborators Jun 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants