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