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

Fix LDAP logo on "Add Auth Provider" page

Summary:
Avoid falling back to the default "user" logo also used for "Username/Password" auth by pointing to the correct logo name for the LDAP provider.

Closes T16156

Test Plan: Go to http://phorge.localhost/auth/config/new/ and scroll to the "LDAP" item, compare the logo/icon before and after applying this patch.

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T16156

Differential Revision: https://we.phorge.it/D26157

+4
+4
src/applications/auth/provider/PhabricatorLDAPAuthProvider.php
··· 8 8 return pht('LDAP'); 9 9 } 10 10 11 + protected function getLoginIcon() { 12 + return 'LDAP'; 13 + } 14 + 11 15 public function getDescriptionForCreate() { 12 16 return pht( 13 17 'Configure a connection to an LDAP server so that users can use their '.