Feature #24448
openAdding "Display Name" Option in profile editor
0%
Description
Hi All,
Related to ticket #24447 - I am looking through privacy settings on the Commons. I remembered that used to be an option to set a "display name" and this is still possible in the WP dashboard of the main site, but I don't think a lot of people go there (or even know it exists?) See Screenshot 1.
I also noticed that in our profile settings "full name" is required, and required to be seen by everyone. I guess someone could change this if they do not want their full name see by everyone but I am not sure that's a good or effective work around. See screenshot 2.
Would it be possible to allow the user to choose a display name as is possible in the WP dashboard profile back end? Could we make this display name option available on the front end in the profile editing area? Alternatively, could we create an option for an alias?
I thought this it used to be possible (somewhere on the front end to set a display name or set an alias? Maybe I am misremembering?
Files
Updated by Boone Gorges about 1 month ago
The "Full Name" field on the BP profile is effectively the same thing as the "Display Name" field in the Dashboard.
For more context, WP uses "Display Name" when deciding what name should be put in the byline for posts, the byline for logged-in comments, and certain author-related archive pages. BP requires what has historically in the plugin been called "full name", and has more or less synced it to WP's "Display Name". In the BP context, it's used in directories, in group membership lists, on user profiles, in group forums, and so forth.
So, essentially, they play a similar role - the way that a user is described in public-facing user interfaces throughout the site - and they're programatically linked to each other in many contexts.
As far as privacy is concerned, perhaps what we want is to stop calling it "Full Name". Instead, we can use a label like "Display Name", and then have some helper text explaining that this is the text that'll be used in public contexts to describe you. We might suggest or encourage that individuals use their real name, but people could also choose abbreviations or pseudonyms.
Updated by Boone Gorges 13 days ago
- Category name set to Commons Profile
- Target version set to 2.8.0
Moving to a future release for more consideration.
Updated by Laurie Hurson 11 days ago
Hi Boone,
thanks for explaining the context of how this works.
As far as privacy is concerned, perhaps what we want is to stop calling it "Full Name". Instead, we can use a label like "Display Name", and then have some helper text explaining that this is the text that'll be used in public contexts to describe you. We might suggest or encourage that individuals use their real name, but people could also choose abbreviations or pseudonyms.
I think changing the title of this field and adding a tool tip about public display of this info would be helpful. People could then choosing less identifying information and instructors could point students to this area if they have rationale/desire to not post under their full name.
I do wonder, however, if we want to log full name somewhere so we have an idea of users real/full names?
Updated by Boone Gorges 11 days ago
Colin, maybe this is something we can talk briefly about during tomorrow's team call.
Updated by Colin McDonald 6 days ago
As discussed in the monthly meeting on Friday, we are going to proceed with a simple technical solution here that will require some added documentation/education work.
We are going to rename the "Full Name" field to "Display Name" and allow people to put anything there. On the registration page, there is no "?" tooltip for Full Name right now. We will add one that explains what this field does -- this will be the main way their Commons account is displayed/identified, and it will be how their account is named in Google and other searches as well. Hopefully we can help people consider the privacy and attribution implications of what they put here.
In addition to this tooltip, we will likely need other documentation. Professors especially will need to talk to their classes about using display names that don't make it difficult to know which student is posting what in a class group or similar.
Laurie, do you want to think through this documentation a little more?
As we noted in the meeting, we will always have an identifiable private record of who is behind an account if we ever need it, regardless of their display name, because we will know the CUNY email used to sign up.
Updated by Colin McDonald 6 days ago
Noting also that it will be Display Name at registration and also if you go to Edit Profile in your settings. We might want the same tooltip in both places to guide users, though we don't use tooltips as much on the editing tab in the settings.