(Discussed the welcoming culture in Phabricator at Lyon Hackathon 2015 where this was a topic again.)
bugzilla.mozilla.org displays "(New to Bugzilla") in the Comments section next to the names of recently registered Bugzilla accounts, shown to people who are in editbugs. ([[ http://git.mozilla.org/?p=webtools/bmo/bugzilla.git;a=tree;f=extensions/TagNewUsers;hb=HEAD | Downstream Mozilla Bugzilla code ]] ; [[ https://bugzilla.mozilla.org/show_bug.cgi?id=648948 | background discussions ]])
This could be a helpful reminder to be patient and friendly to our new community members and contributors. But it could also be branding users as "newbies" who might not like that tag.
Implementation could be similar to the "Disabled users" circle shown in front of a user name, and checking via the dateCreated value (currently not exposed) of that account in phabricator_user.
Files that potentially need code changes (or not) are:
* ./src/applications/maniphest/controller/ManiphestReportController.php
* ./src/applications/people/storage/PhabricatorUser.php
* ./src/applications/people/customfield/PhabricatorUserSinceField.php
* ./src/applications/phid/PhabricatorObjectHandle.php
Upstream comment about using //badges// for this (=not applicable): https://secure.phabricator.com/T6526#116150