This file is indexed.

/usr/share/popfile/skins/default/password-page.thtml is in popfile 1.1.3+dfsg-0ubuntu1.

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
17
18
19
20
21
22
23
24
<TMPL_INCLUDE NAME="common-top.thtml">
<TMPL_INCLUDE NAME="common-middle.thtml">

<h2 class="password"><TMPL_VAR NAME="Localize_Password_Title"></h2>
<form action="/password" method="post">
    <label class="passwordLabel" for="thePassword">
        <TMPL_VAR NAME="Localize_Password_Enter">:
    </label>
    <input type="hidden" name="redirect" value="<TMPL_VAR NAME="Password_Redirect">" />
    <input type="password" id="thePassword" name="password" />
    <input type="submit" class="submit" name="submit" value="<TMPL_VAR NAME="Localize_Password_Go">" />
</form>

<TMPL_IF NAME="Password_If_Error">

<blockquote>
    <div class="error02">
        <TMPL_VAR NAME="Localize_Password_Error1">
    </div>
</blockquote>

</TMPL_IF>

<TMPL_INCLUDE NAME="common-bottom.thtml">