This file is indexed.

/usr/share/pyshared/zope/app/security/browser/login_failed.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
<html metal:use-macro="context/@@standard_macros/page"
    i18n:domain="zope">
  <body>
  <div metal:fill-slot="body">

     <h1 i18n:translate="">Login Failed!</h1>

     <p style="font-size: 150%">
       <tal:block
            i18n:translate="">You cancelled the login procedure.</tal:block>
       <a tal:attributes="href python: view.request.get('nextURL', '.')"
            i18n:translate="">Click here to return.</a>
     </p>

  </div>
  </body>

</html>