diff --git a/rhodecode/apps/my_account/views/my_account.py b/rhodecode/apps/my_account/views/my_account.py --- a/rhodecode/apps/my_account/views/my_account.py +++ b/rhodecode/apps/my_account/views/my_account.py @@ -76,6 +76,7 @@ class MyAccountView(BaseAppView, DataGri def my_account_profile(self): c = self.load_default_context() c.active = 'profile' + c.extern_type = c.user.extern_type return self._get_template_context(c) @LoginRequired() diff --git a/rhodecode/templates/admin/my_account/my_account_auth_tokens.mako b/rhodecode/templates/admin/my_account/my_account_auth_tokens.mako --- a/rhodecode/templates/admin/my_account/my_account_auth_tokens.mako +++ b/rhodecode/templates/admin/my_account/my_account_auth_tokens.mako @@ -71,7 +71,7 @@
${_('Your user account details are managed by an external source. Details cannot be managed here.')}
-
${_('Source type')}: ${c.extern_type}
+
${_('For VCS access please generate')}
+ Authentication Token or SSH Key.
+
${_('Source type')}: ${c.extern_type}
${_('Your user account details are managed by an external source. Details cannot be managed here.')}
-
${_('Source type')}: ${c.extern_type}
-