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.
forgejo/routers/admin
zeripath 54dab5aed9 Properly fix displaying virtual session provider in admin panel (#9137)
* Properly fix #7127

Although #7300 properly shadows the password from the virtual session
provider, the template displaying the provider config still presumed
that the config was JSON.

This PR updates the template and properly hides the Virtual Session
provider.

Fixes #7127

* update per @silverwind's suggestion
5 years ago
..
admin.go Properly fix displaying virtual session provider in admin panel (#9137) 5 years ago
admin_test.go Shadow the password on cache and session config on admin panel (#7300) 5 years ago
auths.go Add single sign-on support via SSPI on Windows (#8463) 5 years ago
hooks.go Implement Default Webhooks (#4299) 5 years ago
main_test.go Force user to change password (#4489) 6 years ago
notice.go Use gitea forked macaron (#7933) 5 years ago
orgs.go Show private organization for admin, fix #6111 (#6112) 5 years ago
repos.go Move some repositories' operations to a standalone service package (#8557) 5 years ago
users.go Fix password checks on admin create/edit user (#9076) 5 years ago
users_test.go Fix password complexity regex for special characters (on master) (#8525) 5 years ago