@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.

Show providers in login order, not alphabetical order

Summary: Ref T1536. Mostly, this puts "username/password" (which is probably a common selection) first on the list.

Test Plan: {F47010}

Reviewers: chad, btrahan

Reviewed By: chad

CC: aran

Maniphest Tasks: T1536

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

+1 -1
+1 -1
src/applications/auth/controller/config/PhabricatorAuthNewController.php
··· 46 46 ->setName('provider') 47 47 ->setError($e_provider); 48 48 49 - $providers = msort($providers, 'getProviderName'); 49 + $providers = msort($providers, 'getLoginOrder'); 50 50 foreach ($providers as $provider) { 51 51 $options->addButton( 52 52 get_class($provider),