1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-07 04:34:39 -04:00
gitea/routers/user
Michel Ganguin 4457d0e8d9
Honor REGISTER_MANUAL_CONFIRM when doing openid registration (#14548)
REGISTER_MANUAL_CONFIRM is not honored when doing performing an openid registration. The new account is directly accessible.

With this patch, the manual confirm flag gets honored in the same way as a "normal" registration.
2021-02-05 04:03:20 +01:00
..
setting Move macaron to chi (#14293) 2021-01-26 16:36:53 +01:00
auth_openid.go Honor REGISTER_MANUAL_CONFIRM when doing openid registration (#14548) 2021-02-05 04:03:20 +01:00
auth.go Fix captcha (#14488) 2021-01-27 22:56:54 +08:00
avatar.go
home_test.go Issues overview should not show issues from archived repos (#13220) 2021-01-12 23:19:17 -05:00
home.go Add review requested filter on pull request overview (#13701) 2021-01-17 17:34:19 +01:00
main_test.go
notification.go
oauth.go Move macaron to chi (#14293) 2021-01-26 16:36:53 +01:00
profile.go Redirect on changed user and org name (#11649) 2021-01-24 16:23:05 +01:00
task.go