This file is indexed.

/usr/share/chef-server-webui/app/views/users/login.html.haml is in chef-server-webui 10.12.0+dfsg-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
- throw_content(:sidebar_block_notice) do
  %h4 Where do I get a Login?
  %p Any existing Admin level user can create new users. 
  %p To create the first user, please login with the default admin credential, which by default is: 
  %p username: admin, password: p@ssw0rd1 (May be different if you've set it in Chef::Config)
  %b Please change the default password immediately after logging in!
  %p Once you have an User, you can associate an OpenID with the User and login using the OpenID as the User.
  %p Administrators can associate OpenID to any User.

.block#block-forms
  .content
    %h2.title Login
    .inner
  = partial('form', :header => "Login", :form_id => 'login', :submit_name => "login", :submit_id => "login_button", :form_for => 'login', :form_url => url(:users_login_exec) )