0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-27 08:45:03 +01:00
gitea/routers/user
Sandro Santilli 129b0d6a4b Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION (#1369)
* Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION

Omit the configuration variable (the default) to be dependent.
Fixes #1363

* Move OpenID settings under Service object

* Show OpenID SignUp and SignIn status in admin panel / configuration
2017-03-29 18:57:43 +08:00
..
auth_openid.go Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION (#1369) 2017-03-29 18:57:43 +08:00
auth.go Reduce conditionals in signin/signup inner forms 2017-03-20 09:40:42 +01:00
home.go
notification.go
profile.go
setting_openid.go Run "make fmt" with go-1.6 (#1333) 2017-03-21 08:55:00 +08:00
setting.go