@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Clarify that "account.editable" no longer extends to profile pictures

Summary: Fixes T12216. I'd like to remove this option eventually, but just narrow its scope in the config description for now.

Test Plan: Read config description.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T12216

Differential Revision: https://secure.phabricator.com/D17317

+7 -5
+7 -5
src/applications/config/option/PhabricatorAuthenticationConfigOptions.php
··· 84 84 'Determines whether or not basic account information is editable.')) 85 85 ->setDescription( 86 86 pht( 87 - 'Is basic account information (email, real name, profile '. 88 - 'picture) editable? If you set up Phabricator to automatically '. 89 - 'synchronize account information from some other authoritative '. 90 - 'system, you can disable this to ensure information remains '. 91 - 'consistent across both systems.')), 87 + 'This option controls whether users can edit account email '. 88 + 'addresses and profile real names.'. 89 + "\n\n". 90 + 'If you set up Phabricator to automatically synchronize account '. 91 + 'information from some other authoritative system, you can '. 92 + 'prevent users from making these edits to ensure information '. 93 + 'remains consistent across both systems.')), 92 94 $this->newOption('account.minimum-password-length', 'int', 8) 93 95 ->setSummary(pht('Minimum password length.')) 94 96 ->setDescription(