mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
[mailman3] Fix the initial-data.json dataload
The fedora isn't available in allauth library and mailman user needs to have access to initial-data.json Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
@@ -73,7 +73,9 @@ INSTALLED_APPS = (
|
||||
'allauth.socialaccount',
|
||||
'django_mailman3.lib.auth.fedora',
|
||||
{% for service_name, service_data in mailman_login.items() %}
|
||||
{% if service_data.provider != "fedora" %}
|
||||
'allauth.socialaccount.providers.{{ service_data.provider }}',
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user