This file is indexed.

/usr/share/lemonldap-ng/portal-skins/common/mail_password.tpl is in liblemonldap-ng-portal-perl 1.9.16-2.

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
<TMPL_INCLUDE NAME="mail_header.tpl">

<p>
<lang en="Hello" fr="Bonjour" /> $cn,<br />
<br />
<TMPL_IF NAME="RESET">
<lang en="Your new password is" fr="Votre nouveau mot de passe est" /> 
<span><img src="cid:key:skins/common/key.png" /></span>
<b>$password</b>
<TMPL_ELSE>
<lang en="Your password was changed." fr="Votre mot de passe a &eacute;t&eacute; chang&eacute;." /> 
</TMPL_IF>
</p>

<TMPL_INCLUDE NAME="mail_footer.tpl">