Support for alternative user ids
Do not restrict on launchpad id only. Also allow github_id (for complimentary projects) and ldap_id (for OpenDayLight community) Closes bug 1411678 Change-Id: Ia811092cb6754e9d1dc28b0f3b55ccb1d04809b9
This commit is contained in:
@@ -35,6 +35,12 @@
|
||||
{%if gerrit_id %}
|
||||
<div>Gerrit: <a href="https://review.openstack.org/#/q/owner:${gerrit_id},n,z" target="_blank">${gerrit_id}</a></div>
|
||||
{%/if%}
|
||||
{%if github_id %}
|
||||
<div>Github: <a href="https://github.com/${github_id}" target="_blank">${github_id}</a></div>
|
||||
{%/if%}
|
||||
{%if ldap_id %}
|
||||
<div>LDAP: ${ldap_id}</div>
|
||||
{%/if%}
|
||||
{%if core %}
|
||||
<div>Core in:
|
||||
{%each( index, value ) core %}
|
||||
|
||||
Reference in New Issue
Block a user