This file is indexed.

/usr/share/bibledit/manage/users.html is in bibledit-data 5.0.453-3.

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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<h2>translate("Users")</h2>
<table>
  <thead>
    <tr>
      <td class="center">translate("Username")</td>
      <td></td>
      <td class="center">translate("Role")</td>
      <td></td>
      <td class="center">translate("Email")</td>
      <td></td>
      <td class="center">translate("Bibles")</td>
      <td></td>
      <td class="center">translate("Privileges")</td>
    </tr>
  </thead>
  <tbody>
    ##tbody##
  </tbody>
</table>
<ul>
  <li>
    translate("This lists the accounts of the users who have roles you are responsible for.")
  </li>
  <li>translate("Click 🗑 before a username to delete the account.")</li>
  <li>translate("Click âž• to give a user access to a Bible.")</li>
  <li>translate("Click 🗑 before a Bible to remove the access of a user to that Bible.")</li>
  <li>
    translate("Two numbers appear after the Bible.")
    translate("It shows how many of the books in the Bible the user can modify.")
    translate("Click it to change it.")
  </li>
  <li>translate("If no user has been granted access to any Bible, then all users have write access to all Bibles.")</li>
<!-- #BEGINZONE local -->
  <li>
    <a href="?new=">translate("You can create a new user.")</a>
    translate("The password will be the same as the username.")
    translate("Normally users register their own account.")
  </li>
<!-- #ENDZONE local -->
</ul>