Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_new_ldap.html.haml « sessions « devise « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bb1d0a4001f0e217b9581594a4e30a7102ce2460 (plain)
1
2
3
4
5
= form_tag(user_omniauth_callback_path(:ldap), id: 'new_ldap_user' ) do
  = 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"}
  %br/
  = submit_tag "LDAP Sign in", class: "btn-create btn"