I'm configuring the LDAP auth provider. When someone attempts to register the registration form pops up. That guy must fill the email address which is already provided by LDAP.
I can see that rPHU/src/auth/PhutilLDAPAuthAdapter.php:getAccountEmail() is in fact called but the it doesn't show on the dialog (therefore I'm thinking this is a bug).
Version Information:
phabricator 0426ce73f0e63f1900f1cc285cfa1465ea72317e (Fri, Jan 13) (branched from 7276af6a81f49bbdc14ace064aab50afbeb79cfc on origin) arcanist 9503b941cc02be637d967bb50cfb25f852e071e4 (Sat, Jan 7) (branched from ade25facfdf22aed1c1e20fed3e58e60c0be3c2b on origin) phutil 10963f771f118baa338aacd3172aaede695cde62 (Fri, Jan 13) (branched from 9d85dfab0f532d50c2343719e92d574a4827341b on origin)
Steps to Reproduce:
- Configure LDAP auth provider (search attributes includes mail
- Logout
- Enter username and password of an LDAP account (not linked to any phabricator account)
- Expected prefilled email address, but actually the text entry is empty.