Sha256: 3d68d9dac965d66d2d910a91d3867fd15528d7f2e42b8d8e951d11090f3524fb

Contents?: true

Size: 689 Bytes

Versions: 5

Compression:

Stored size: 689 Bytes

Contents

= semantic_form_for 'shibboleth_debug_login', :url => shibboleth_debug_login_url do |f|
  = f.inputs "Shibboleth Debug Login" do
    = f.input :person_uid, :input_html => {:value => ShibbolethAuth::DebugDefaultUsername}, :label => t("shibboleth.person_uid")
    = f.input :person_common_name, :input_html => {:value => ShibbolethAuth::DebugDefaultCommonName}, :label => t("shibboleth.person_common_name")
    = f.input :groups, :input_html => {:value => ShibbolethAuth::DebugDefaultGroups}, :label => t("shibboleth.groups")
    = f.input :unscoped_affiliation, :input_html => {:value => ShibbolethAuth::DebugDefaultAffiliation}, :label => t("shibboleth.unscoped_affiliation")
  = f.buttons

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
shibboleth_auth-0.3.3 lib/generators/templates/app/views/shibboleth_auth/login/login_form.html.haml
shibboleth_auth-0.3.2 lib/generators/templates/app/views/shibboleth_auth/login/login_form.html.haml
shibboleth_auth-0.3.1 lib/generators/templates/app/views/shibboleth_auth/login/login_form.html.haml
shibboleth_auth-0.3.0 lib/generators/templates/app/views/shibboleth_auth/login/login_form.html.haml
shibboleth_auth-0.2.1 lib/generators/templates/app/views/shibboleth_auth/login/login_form.html.haml