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 +