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…
```php
{$lang.password}:
{$users.password}
Anyone knows what I did wrong, or is able to suggest a better way do make this work?
Thank you very much.
Tiago Sá