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
···3535 return '100-'.$this->getProviderName();
3636 }
37373838- public function shouldAllowRegistration() {
3939- // TODO: Hard code this as "false" for now so we don't inadvertantly open
4040- // up password registration where it did not previously exist.
4141- return false;
4242- }
4343-4438 public function shouldAllowAccountLink() {
4539 return false;
4640 }