remove LDAP login button

This commit is contained in:
Josh 2017-07-06 09:16:53 -04:00
parent 0eb26ae8ec
commit f8d2540665
2 changed files with 0 additions and 14 deletions

View File

@ -49,18 +49,6 @@
</div>
<% end %>
<% end %>
<% if omniauth_providers_configured(:ldap) %>
<%= link_to omniauth_login_url(:ldap), class: "signin-link signin-link-ldap" do %>
<div class="signin-button center-block">
<div class="signin-icon-wrapper">
<%= image_tag(ENV['LDAP_ICON'].present? ? ENV['LDAP_ICON'] : 'ldap_icon.png', alt: "L", class: "signin-icon") %>
</div>
<div class="signin-text-wrapper text-center">
<span class="signin-text"><%= t('signin_text', provider: ENV['LDAP_NAME'].present? ? ENV['LDAP_NAME'] : 'LDAP') %></span>
</div>
</div>
<% end %>
<% end %>
</div>
<% end %>
</div>

2
env
View File

@ -47,8 +47,6 @@ LDAP_UID=
LDAP_BASE=
LDAP_BIND_DN=
LDAP_PASSWORD=
LDAP_ICON=
LDAP_NAME=
# If "true", GreenLight will register a webhook callback for each meeting
# created. This callback is called for all events that happen in the meeting,