This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
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
2019-11-28 12:35:41 -05:00
..
admin.go Properly fix displaying virtual session provider in admin panel (#9137) 2019-11-28 12:35:41 -05:00
admin_test.go
auths.go Add single sign-on support via SSPI on Windows (#8463) 2019-11-23 01:33:31 +02:00
hooks.go
main_test.go
notice.go
orgs.go
repos.go Move some repositories' operations to a standalone service package (#8557) 2019-10-26 14:54:11 +08:00
users.go Fix password checks on admin create/edit user (#9076) 2019-11-20 00:07:51 +00:00
users_test.go