# HG changeset patch # User Marcin Kuzminski # Date 2016-06-28 13:22:22 # Node ID 5b75602eaf53ee7552296f6acd703d00ecebb36e # Parent d3e9c393e306bd156453abf483e30f084afe5a5d emails: expose profile link on registation email. Implements #3999. diff --git a/rhodecode/templates/email_templates/user_registration.mako b/rhodecode/templates/email_templates/user_registration.mako --- a/rhodecode/templates/email_templates/user_registration.mako +++ b/rhodecode/templates/email_templates/user_registration.mako @@ -13,9 +13,10 @@ A new user `${user.username}` has regist - Username: ${user.username} - Full Name: ${user.firstname} ${user.lastname} - Email: ${user.email} +- Profile link: ${h.url('user_profile', username=user.username, qualified=True)} ## BODY GOES BELOW
${body_plaintext()} -
\ No newline at end of file +