0 Username and Password retrieval request problem 1 Seth Thomas posted 4 Years Ago We have a problem related to the "login request"... when someone forgets their password and requests username help. The coding is beyond my knowledge and I could use some help.Here is the email they are getting:Here is the code for the email message... any help would be appreciated! Thanks.{{ GlobalAttribute.EmailHeader }}Below are your current usernames at {{ GlobalAttribute.OrganizationName }}<br/>{% for Result in Results %} <br/> For {{ Result.Person.NickName }} {{ Result.Person.LastName }},<br/><br/> {% for User in Result.Users %} <table style="width: 100%"><tr>sans-serif; font-size: 14px;" <strong>Username:</strong> {{ User.UserName }}</td><td> <table class="tiny-button button reset-password" style="border-spacing: 0; border-collapse: collapse; vertical-align: top; text-align: left; width: 100px; overflow: hidden; padding: 0;"><tr style="vertical-align: top; text-align: left; padding: 0;" align="left"><td style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; text-align: center; display: block; width: auto !important; color: #ffffff; background: #2795b6; padding: 5px 0 4px; border: 1px solid #2284a1;" align="center" bgcolor="#00acee" valign="top"> sans-serif; font-size: 12px;"Reset Password</a> </td> </tr> </table></td></tr></table> {% endfor %} <br/>{% endfor %}{{ GlobalAttribute.EmailFooter }}
Seth Thomas 4 years ago Worked great! Thanks Jim. I'll keep that in mind for any other code errors that may come up.