-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[RFC] Add a new "name" field to User entity #446
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
Comments
I agree with adding a |
👍 |
This property should be optional or mandatory? |
javiereguiluz
added a commit
that referenced
this issue
Feb 14, 2017
This PR was squashed before being merged into the master branch (closes #457). Discussion ---------- Add fullName property to User entity Implements #446 Others changes: * Show full author name in all templates (#439 (comment)) * Use "Jane Doe" instead of "Anna" [RFC] ! * Updated fixtures and user commands. | Posts Index | Post Comments | | --- | --- | |  |  | Commits ------- 4f590dd Add fullName property to User entity
Closing it as fixed by #457. |
sayjun0505
added a commit
to sayjun0505/sym_proj
that referenced
this issue
Apr 16, 2023
This PR was squashed before being merged into the master branch (closes #457). Discussion ---------- Add fullName property to User entity Implements symfony/demo#446 Others changes: * Show full author name in all templates (symfony/demo#439 (comment)) * Use "Jane Doe" instead of "Anna" [RFC] ! * Updated fixtures and user commands. | Posts Index | Post Comments | | --- | --- | |  |  | Commits ------- 4f590dd Add fullName property to User entity
spider-yamet
added a commit
to spider-yamet/sym_proj
that referenced
this issue
Apr 16, 2023
This PR was squashed before being merged into the master branch (closes #457). Discussion ---------- Add fullName property to User entity Implements symfony/demo#446 Others changes: * Show full author name in all templates (symfony/demo#439 (comment)) * Use "Jane Doe" instead of "Anna" [RFC] ! * Updated fixtures and user commands. | Posts Index | Post Comments | | --- | --- | |  |  | Commits ------- 4f590dd Add fullName property to User entity
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following @javiereguiluz's comment: #439 (comment)
There is any privacy/security reasons to do that?
This should be named
name
orfullName
?What do you think?
The text was updated successfully, but these errors were encountered: