Affected Version: 2.8.1
What steps will reproduce the problem?
1. Configure Gerrit with auth.type = OpenID
2. Go to the login page.
3. Observe that only links for Google and Yahoo! are provided.
What is the expected output? What do you see instead?
openid-selector provides a nicely styled, configurable OpenID login page: https://code.google.com/p/openid-selector/ . Would it be possible to integrate this with Gerrit?
Please provide any additional information below.
I was able to add a DOM event handler to GerritSiteHeader.html that replaces the default login form with openid-selector's form:
https://code.wireshark.org/review/login/admin/projects/wireshark
This is a terrible hack and I'd much prefer a solution that didn't involve hacking around Gerrit.