# HG changeset patch # User Marcin Kuzminski # Date 2018-11-28 12:43:19 # Node ID 77d663188a26dc8e664e15a5dad7b3950a63f2d6 # Parent 8e57492d9f60d13fa8c88d7cc8f00d3347d7eeba oauth: rename to external identity as it would now be serving both oAuth and SAML diff --git a/rhodecode/templates/admin/my_account/my_account.mako b/rhodecode/templates/admin/my_account/my_account.mako --- a/rhodecode/templates/admin/my_account/my_account.mako +++ b/rhodecode/templates/admin/my_account/my_account.mako @@ -32,10 +32,10 @@
  • ${_('SSH Keys')}
  • ${_('User Group Membership')}
  • - ## TODO: Find a better integration of oauth views into navigation. - <% my_account_oauth_url = h.route_path_or_none('my_account_oauth') %> - % if my_account_oauth_url: -
  • ${_('OAuth Identities')}
  • + ## TODO: Find a better integration of oauth/saml views into navigation. + <% my_account_external_url = h.route_path_or_none('my_account_external_identity') %> + % if my_account_external_url: +
  • ${_('External Identities')}
  • % endif
  • ${_('Emails')}
  • ${_('Repositories')}