Select the types of activity you want to include in your feed.
@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
···2424 return $this->adapter;
2525 }
26262727+ public function getLoginOrder() {
2828+ // Make sure username/password appears first if it is enabled.
2929+ return '100-'.$this->getProviderName();
3030+ }
3131+2732 public function shouldAllowLogin() {
2833 return true;
2934 }