Remove password from registration emails
Posted: Wed Dec 04, 2019 5:13 pm
I've modified the lang[english].xml, to remove passwords from being send in the registration email, however it is still being sent. I've changed the following:
<key id="email&_REGISTERED_USER_TEXT" attributes="email" save_date="2015-09-30 15:32:23"><![CDATA[You are now registered in our system at <a href="[url]">[url]</a>
with this account:
Username: [userid]
Password: [password]]]></key>
To just be:
<key id="email&_REGISTERED_USER_TEXT" attributes="email" save_date="2015-09-30 15:32:23"><![CDATA[You are now registered in our system at <a href="[url]">[url]</a>
with this account:
Username: [userid]
]]></key>
But the email still gives me "You are now registered in our system at https://site.com/ with this account: Username: salfkjsd Password: changeme"
How can I remove all passwords from emails?
<key id="email&_REGISTERED_USER_TEXT" attributes="email" save_date="2015-09-30 15:32:23"><![CDATA[You are now registered in our system at <a href="[url]">[url]</a>
with this account:
Username: [userid]
Password: [password]]]></key>
To just be:
<key id="email&_REGISTERED_USER_TEXT" attributes="email" save_date="2015-09-30 15:32:23"><![CDATA[You are now registered in our system at <a href="[url]">[url]</a>
with this account:
Username: [userid]
]]></key>
But the email still gives me "You are now registered in our system at https://site.com/ with this account: Username: salfkjsd Password: changeme"
How can I remove all passwords from emails?