HyperKitty: add GDPR warning on the login page
This commit is contained in:
parent
c3bf8f3fed
commit
83b96e633d
2 changed files with 16 additions and 2 deletions
6
roles/mailman/files/login_extra_top.html
Normal file
6
roles/mailman/files/login_extra_top.html
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<p>
|
||||||
|
By subscribing or posting to these mailing lists, you agree that any email
|
||||||
|
to the list is public and viewable worldwide (unless it's one of the few private mailing-lists).
|
||||||
|
For more details, see our
|
||||||
|
<a href="https://fedoraproject.org/wiki/Legal:PrivacyPolicy">Privacy policy</a>.
|
||||||
|
</p>
|
|
@ -341,9 +341,12 @@
|
||||||
state=directory owner=root group=root mode=0755
|
state=directory owner=root group=root mode=0755
|
||||||
tags: mailman
|
tags: mailman
|
||||||
|
|
||||||
- name: create the hyperkitty templates override dir
|
- name: create the hyperkitty templates override dirs
|
||||||
file: path="{{ mailman_webui_basedir }}/templates/hyperkitty"
|
file: path="{{ mailman_webui_basedir }}/templates/{{ item }}"
|
||||||
state=directory owner=root group=root mode=0755
|
state=directory owner=root group=root mode=0755
|
||||||
|
with_items:
|
||||||
|
- hyperkitty
|
||||||
|
- django_mailman3
|
||||||
tags: mailman
|
tags: mailman
|
||||||
|
|
||||||
- name: install our fedora-specific logo
|
- name: install our fedora-specific logo
|
||||||
|
@ -371,6 +374,11 @@
|
||||||
dest="{{ mailman_webui_basedir }}/templates/hyperkitty/headers.html"
|
dest="{{ mailman_webui_basedir }}/templates/hyperkitty/headers.html"
|
||||||
tags: mailman
|
tags: mailman
|
||||||
|
|
||||||
|
- name: install our fedora-specific login page extension
|
||||||
|
copy: src=login_extra_top.html
|
||||||
|
dest="{{ mailman_webui_basedir }}/templates/django_mailman3/login_extra_top.html"
|
||||||
|
tags: mailman
|
||||||
|
|
||||||
- name: Install our fedmenu js hook
|
- name: Install our fedmenu js hook
|
||||||
template: src=bottom.html
|
template: src=bottom.html
|
||||||
dest="{{mailman_webui_basedir }}/templates/hyperkitty/bottom.html"
|
dest="{{mailman_webui_basedir }}/templates/hyperkitty/bottom.html"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue