/usr/share/bibledit/session/password.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 | <div class="center">
<h3>translate("Forgot password?")</h3>
<form action="password" name="form" method="post">
<p class="success">##success_message##</p>
<p>translate("Submit your username or email address, and instructions will be emailed to you.")</p>
<p class="error">##mailer##</p>
<br>
<p><input class="width50 center" type="text" name="user" maxlength="30" autofocus /></p>
<p class="error">##error_message##</p>
<br>
<p><input class="button" type="submit" name="submit" value="translate("Submit")" /></p>
</form>
</div>
|