# HG changeset patch # User Marcin Kuzminski # Date 2018-07-18 01:05:53 # Node ID 62c72b0b069944f371b77f07fcecabfb6044ce1f # Parent 930fb0cb6e4273ce8f23d8b74c7c377bcb6ce1a1 social-auth: add more explicit message about binding accounts on registation page. diff --git a/rhodecode/templates/register.mako b/rhodecode/templates/register.mako --- a/rhodecode/templates/register.mako +++ b/rhodecode/templates/register.mako @@ -32,7 +32,12 @@
@@ -45,6 +50,11 @@
%endif + % if social_auth_provider: + ## hide password prompts for social auth +
+ % endif + ${h.password('password', defaults.get('password'))} %if 'password' in errors: @@ -59,6 +69,11 @@
%endif + % if social_auth_provider: + ## hide password prompts for social auth +
+ % endif + ${h.text('firstname', defaults.get('firstname'))} %if 'firstname' in errors: