Hello,
I was wondering how often I do a quick search on my e-mail client to recover my passwords. Since many services send automatically the password along with the account details in the “welcome” e-mail, the e-mail client turns naturally into storage for my web service passwords.
With this in mind I tried to customise my skin/mail/profiles/create_profile.tpl so it includes the password.
I tried to guess the password variable (since I didn’t find it specified in the documentation) and came up with: $users.password, which I included in my mail template. Unfortunately without success…
<tr><br />
<td class="form-field-caption" nowrap>{$lang.password}: </td><br />
<td >{$users.password}</td><br />
</tr>
```<br />
<br />
Anyone knows what I did wrong, or is able to suggest a better way do make this work?<br />
<br />
Thank you very much.<br />
<br />
Tiago Sá