You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/templates/user/settings
Rowan Bohde 1ee59f0fa3
Allow disabling authentication related user features (#31535)
We have some instances that only allow using an external authentication
source for authentication. In this case, users changing their email,
password, or linked OpenID connections will not have any effect, and
we'd like to prevent showing that to them to prevent confusion.

Included in this are several changes to support this:
* A new setting to disable user managed authentication credentials
(email, password & OpenID connections)
* A new setting to disable user managed MFA (2FA codes & WebAuthn)
* Fix an issue where some templates had separate logic for determining
if a feature was disabled since it didn't check the globally disabled
features
* Hide more user setting pages in the navbar when their settings aren't
enabled

---------

Co-authored-by: Kyle D <kdumontnu@gmail.com>
8 months ago
..
security Allow disabling authentication related user features (#31535) 8 months ago
account.tmpl Allow disabling authentication related user features (#31535) 8 months ago
actions.tmpl Support configuration variables on Gitea Actions (#24724) 2 years ago
appearance.tmpl Initial support for colorblindness-friendly themes (#30625) 10 months ago
applications.tmpl Fix some URLs whose sub-path is missing (#31289) 9 months ago
applications_oauth2.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
applications_oauth2_edit.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 2 years ago
applications_oauth2_edit_form.tmpl Fix all rounded borders, change affected tab menus to pills (#30707) 10 months ago
applications_oauth2_list.tmpl Fix all rounded borders, change affected tab menus to pills (#30707) 10 months ago
blocked_users.tmpl Add user blocking (#29028) 12 months ago
grants_oauth2.tmpl Migrate margin and padding helpers to tailwind (#30043) 11 months ago
hook_new.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
hooks.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 2 years ago
keys.tmpl Allow options to disable user ssh keys configuration from the interface on app.ini (#29447) 12 months ago
keys_gpg.tmpl Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
keys_principal.tmpl Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
keys_ssh.tmpl Fix issue comment form and quick-submit (#30623) 10 months ago
layout_footer.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 2 years ago
layout_head.tmpl Reduce margins on user settings page, introduce `flex-container` (#26046) 2 years ago
navbar.tmpl Allow disabling authentication related user features (#31535) 8 months ago
organization.tmpl Refactor Safe modifier (#29392) 1 year ago
packages.tmpl Remove unnecessary "Safe" modifier from templates (#29318) 1 year ago
packages_cleanup_rules_edit.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 2 years ago
packages_cleanup_rules_preview.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 2 years ago
profile.tmpl Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
repos.tmpl Optimize repo-list layout to enhance visual experience (#31272) 9 months ago
runner_edit.tmpl Add user level action runners (#24995) 2 years ago