root problem: Sometimes you want less technical clients to be able to file bugs in your fancy new phabricator.
One solution is to build a separate client-friendly website that uses the phabricator API to provide a different frontend. We'll likely eventually go down that road, though that's fairly costly.
I can already hide almost all apps from them and just present them with nice dumbed down "Submit a bug report" or "Request a new feature" links on the welcome page.
However getting them to log in is tricky, they have no idea what this LDAP thing is. They have Windows login credentials.
I would love to be able provide a custom name for my LDAP authentication method so it said "Login or Register with MyNetwork" on the login screen.
In my searching I ran into mediawiki's page where they are going through similar confusion with their users at what LDAP is.
Thank you for your consideration. I searched for a dup but unfortunately didn't find one. There probably is one already isn't there.