This file is indexed.

/usr/share/bibledit/user/account.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
41
42
43
44
45
46
47
<h1>translate("Account") ##username##</h1>

<form action="account" name="form" method="post">

<table>

<p class="error">##error_message##</p>
<p class="success">##success_messages##</p>

<!-- #BEGINZONE no_actions_taken -->

<p>translate("You can change your password or your email address. Your current email address is") ##email##.</p>

<tr>
<td align="right">translate("Current password")</td>
<td><input type="text" name="currentpassword" maxlength="30" autofocus /></td>
<td class="error">##current_password_invalid_message##</td>
</tr>

<tr>
<td align="right">translate("New password")</td>
<td><input type="text" name="newpassword" maxlength="30" /></td>
<td class="error">##new_password_invalid_message##</td>
</tr>

<tr>
<td align="right">translate("Again new password")</td>
<td><input type="text" name="newpassword2" maxlength="30" /></td>
<td class="error">##new_password2_invalid_message##</td>
</tr>

<tr>
<td align="right">translate("New email address")</td>
<td><input type="text" name="newemail" maxlength="256" /></td>
<td class="error">##new_email_invalid_message##</td>
</tr>

<tr>
<td align="right"></td>
<td><input type="submit" name="submit" value=translate("Submit") /></td>
</tr>

<!-- #ENDZONE no_actions_taken -->

</table>

</form>