0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-02-17 21:33:07 +01:00
gitea/templates
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>
2024-07-09 17:36:31 +00:00
..
admin
api/packages/pypi
base
custom
devtest Make toast support preventDuplicates (#31501) 2024-06-27 13:58:38 +00:00
explore
mail
org
package
projects
repo Don't show hidden labels when filling out an issue template (#31576) 2024-07-08 04:31:12 +00:00
shared
status
swagger Allow force push to protected branches (#28086) 2024-07-05 18:21:56 +00:00
user Allow disabling authentication related user features (#31535) 2024-07-09 17:36:31 +00:00
webhook
home.tmpl
install.tmpl
post-install.tmpl