Project

General

Profile

Actions

Feature #24448

closed

Adding "Display Name" Option in profile editor

Added by Laurie Hurson about 2 months ago. Updated 8 days ago.

Status:
Resolved
Priority name:
Normal
Assignee:
Category name:
Commons Profile
Target version:
Start date:
2026-02-18
Due date:
% Done:

0%

Estimated time:
Deployment actions:

Change 'Full Name' field name to 'Display Name', and add field description


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

Actions #1

Updated by Boone Gorges about 2 months 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.

Actions #2

Updated by Boone Gorges about 1 month ago

  • Category name set to Commons Profile
  • Target version set to 2.8.0

Moving to a future release for more consideration.

Actions #3

Updated by Laurie Hurson about 1 month 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?

Actions #4

Updated by Boone Gorges about 1 month ago

Colin, maybe this is something we can talk briefly about during tomorrow's team call.

Actions #5

Updated by Colin McDonald 29 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.

Actions #6

Updated by Colin McDonald 29 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.

Actions #7

Updated by Colin McDonald 19 days ago

Forgot to bring this up in Tuesday's call -- can we get this change into the release, so we can lump it into our updates regarding privacy with the new Group Privacy changes?

Actions #8

Updated by Boone Gorges 18 days ago

Yes, we can make this change. In https://github.com/cuny-academic-commons/cac/commit/275bb8fff3ae395635205b1fbfac600d4b1c3055 I've made the necessary code changes.

I used the following text for the tooltip:

Your Display Name is used to identify you publicly throughout the Commons: in the members directory, in groups, on individual sites.

See screenshot. Please let me know what you'd like the final text to be.

This is ready for a look on cdev.

Actions #9

Updated by Laurie Hurson 15 days ago

I cannot see the tool tip on cdev (see screenshot)

Maybe edit copy to:

"Your Display Name is used to identify you publicly throughout the Commons in the members directory, in groups, and on individual sites. You do not need to use you full name - read more about using an alias here " and it links to here https://help.commons.gc.cuny.edu/student-names-and-aliases/ which I will update. thoughts?

Actions #10

Updated by Boone Gorges 15 days ago

In https://github.com/cuny-academic-commons/cac/commit/f57ca0d04823093e32b10cf372c768d1e8e9060c I added tooltips to the Edit Profile page. The structure here is a bit different from what we do on the registration page, so I had to play a bit with the formatting and positioning of the tooltip trigger and text so that it makes sense. See attached.

I changed the text so that it matches Laurie's suggestion. But I would suggest that we should change the documentation wording link a bit - see https://www.boia.org/blog/click-here-isnt-enough-context-for-hyperlinks. Perhaps something like "... You do not need to use you full name. Read more in <our documentation about names and aliases>."

Actions #11

Updated by Laurie Hurson 14 days ago

I am working on documentation (linked) and need clarification on the relationship between username and display name.

https://help.commons.gc.cuny.edu/student-names-and-aliases/

Does someone need to use an alias when creating thier username or is using an alias in display name enough to cloak identity? I would think that they need to use an alias in both because though display name will be used on the Commons main pages, themes often pull the username to attribute post authorship? Is this correct?

This would mean that really cloaking your name requires alias use in both the username and the display name.

Actions #12

Updated by Boone Gorges 14 days ago

Laurie, you are correct. The username is also public information, in the sense that it's used for author pages on single sites (eg https://news.commons.gc.cuny.edu/author/colinmcd) as well as for your profile page on the main site (https://commons.gc.cuny.edu/members/colinmcd/).

Actions #13

Updated by Boone Gorges 8 days ago

  • Status changed from Testing Required to Resolved

I've changed the name and also added a field description, modified slightly from Laurie's draft:

Your Display Name is used to identify you publicly throughout the Commons in the members directory, in groups, and on individual sites. You do not need to use you full name. Read more about using an alias in our <a href="https://help.commons.gc.cuny.edu/student-names-and-aliases/">Display Name and Aliases documentation</a>.

Happy to edit this further if folks want, but for now I'm marking the ticket resolved.

Actions

Also available in: Atom PDF