Sha256: d2911c9bf158ef8ad31e4597f57ab0c083057c94a4850992b096960509efe742
Contents?: true
Size: 1.3 KB
Versions: 4
Compression:
Stored size: 1.3 KB
Contents
- unless Chef::Config[:authorized_openid_providers] - throw_content(:sidebar_block_notice) do %h4 Where do I get a Login? %p Chef uses OpenID for user logins. By default, Chef allows you to use any OpenID provider you like. You should configure the server to utilize only trusted OpenID servers and URIs. This box will disappear when you have altered the default security configuration. %p= link_to("How to secure your Chef Server on the Chef Wiki.", "http://wiki.opscode.com/display/chef/Securing+Chef+Server") .block#block-forms .content %h2.title Login .inner %form.form{ :method => "get", "accept-charset" => "UTF-8", :action => slice_url(:openid_consumer_login) } .group .text_field= text_field :openid_identifier .group .check_box= check_box :name => "immediate", :label => "Use immediate mode", :value => "0" .group .check_box= check_box :name => "use_sreg", :label => "Request registration data", :value => "0" .group .check_box= check_box :name => "use_pape", :label => "Request phishing-resistent auth policy", :value => "0" .group .check_box= check_box :name => "force_post", :label => "Force the transaction to POST", :value => "0" .group.navform .button= submit "Login →"
Version data entries
4 entries across 4 versions & 1 rubygems