This file is indexed.

/usr/share/pyshared/zope/app/security/browser/login.pt is in python-zope.app.security 3.7.5-0ubuntu4.

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
<html metal:use-macro="context/@@standard_macros/page"
    i18n:domain="zope">
  <body>
  <div metal:fill-slot="body">
  
     <h1 i18n:translate="">Login successful!</h1>

     <p style="font-size: 200%" i18n:translate="">
       You are now logged in as 
       <em tal:content="view/request/principal/title" 
           i18n:name="UserTitle">Joe Smith</em>.
     </p>

     <a href="." i18n:translate="">Back to the main page.</a>

  </div>
  </body>

</html>