Remove unused ldap_id
ldap_id is not used at any places and default_data.json doesn't contain it for user information. So let's remove it for the cleanup. Change-Id: Ic4a27a6bd882ae6fd700a85c0661c2b2407bad88
This commit is contained in:
@@ -41,9 +41,6 @@
|
||||
{%if zanata_id %}
|
||||
<div>Zanata: <a href="https://translate.openstack.org/profile/view/${zanata_id}" target="_blank">${zanata_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