Sha256: 8e0b328a4257a9ea34fff37a8d0a8ecbdc31c74ae3a2a2e1efb44c044ffa4fdd
Contents?: true
Size: 523 Bytes
Versions: 3
Compression:
Stored size: 523 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} = f.input :person_common_name, :input_html => {:value => ShibbolethAuth::DebugDefaultCommonName} = f.input :groups, :input_html => {:value => ShibbolethAuth::DebugDefaultGroups} = f.input :unscoped_affiliation, :input_html => {:value => ShibbolethAuth::DebugDefaultAffiliation} = f.buttons
Version data entries
3 entries across 3 versions & 1 rubygems