password_reset_email_body

password_reset_email_body

Language Translation
Türkçe Türkçe <!DOCTYPE html> <html> <head> <title>{0}</title> <style> .row {{ font-family: verdana; }} .alert {{ padding: 10px; border: 1px solid transparent; border-radius: 4px; }} .alert-info {{ color: #31708f; background-color: #d9edf7; border-color: #bce8f1; }} .footer {{ border-top: 1px solid #c1c1c1; padding: 10px 0; }} </style> </head> <body> <div class="container"> <div class="row"> <h1>Set Locale</h1> </div> <div class="row"> <p> Merhaba {1}, <br /> <br /> Parolanızı sıfırlamak için aşağıdaki bağlantıyı tıklayınız. <br /> <div class="alert alert-info"> <a href="http://locale.setcrm.com/user/passwordChange/?email={2}&token={3}">http://locale.setcrm.com/user/passwordChange/?email={2}&token={3}</a> </div> </p> <p>Eğer parola sıfırlama isteğinde bulunmadınız ise bu e-postayı önemsemeyiniz.</p> </div> <div class="row footer"> &copy; Argeset Yazılım - Set Locale </div> </div> </body> </html>
English English <!DOCTYPE html> <html> <head> <title>{0}</title> <style> .row {{ font-family: verdana; }} .alert {{ padding: 10px; border: 1px solid transparent; border-radius: 4px; }} .alert-info {{ color: #31708f; background-color: #d9edf7; border-color: #bce8f1; }} .footer {{ border-top: 1px solid #c1c1c1; padding: 10px 0; }} </style> </head> <body> <div class="container"> <div class="row"> <h1>Set Locale</h1> </div> <div class="row"> <p> Hello {1}, <br /> <br /> To change your password, please click this link. <br /> <div class="alert alert-info"> <a href="http://locale.setcrm.com/user/passwordChange/?email={2}&token={3}">http://locale.setcrm.com/user/passwordChange/?email={2}&token={3}</a> </div> </p> <p>If you didn't request a password rest link, please just ignore this email.</p> </div> <div class="row footer"> &copy; Argeset Yazılım - Set Locale </div> </div> </body> </html>