BigW Consortium Gitlab

_new_ldap.html.haml 343 Bytes
Newer Older
1
= form_tag(user_omniauth_callback_path(:ldap), id: 'new_ldap_user' ) do
Dmitriy Zaporozhets committed
2 3
  = text_field_tag :username, nil, {class: "form-control top", placeholder: "LDAP Login", autofocus: "autofocus"}
  = password_field_tag :password, nil, {class: "form-control bottom", placeholder: "Password"}
4
  %br/
5
  = submit_tag "LDAP Sign in", class: "btn-create btn"