diff --git a/ansible/roles/forgejo/templates/app.ini.j2 b/ansible/roles/forgejo/templates/app.ini.j2 index cbd0ebe..e44683e 100644 --- a/ansible/roles/forgejo/templates/app.ini.j2 +++ b/ansible/roles/forgejo/templates/app.ini.j2 @@ -82,7 +82,6 @@ ENABLE_AUTO_REGISTRATION = true ACCOUNT_LINKING = login USERNAME = nickname REGISTER_EMAIL_CONFIRM = false -SKIP_LOCAL_2FA = true [actions] ENABLED = {{ forgejo_actions_enabled | lower }}