From f6f9daa8100fa59421692e2afbbc44f4d5753d66 Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Fri, 21 Jan 2022 17:58:27 +0100 Subject: edit terms + change log for new version --- CHANGELOG.md | 8 ++++++++ accounts/templates/accounts/terms.html | 6 ++++-- templates/registration/base_client.html | 4 +++- version.txt | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eae250a..4a59998 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 0.5 (21 jan 2022) +- Bug: users of other groups also visible in user list +- Show warning if some account fields are empty +- Implementation of oauth login using midata/hitobito +- New settings tab in profile page +- Password change +- Multiple choice for custom parameters + # 0.4 (23 set 2021) - Bug: emergency document list visible also to non "capi" - Overall performance improvements leveraging SQL queries diff --git a/accounts/templates/accounts/terms.html b/accounts/templates/accounts/terms.html index 8b4443b..e7de26b 100644 --- a/accounts/templates/accounts/terms.html +++ b/accounts/templates/accounts/terms.html @@ -12,9 +12,11 @@
Termini e condizioni
+
Trattamento dei dati
- Creando un account accetti e comprendi i seguenti termini:
- Tutti i dati inseriti all'interno del sistema verranno condivisi con la persona a capo del gruppo di cui fai parte. + Tutti i dati inseriti verranno trattati in maniera confidenziale + e condivisi con i responsabili della sezione scout. I quali + li useranno per scopi organizzativi e non li condivideranno con terze parti.
diff --git a/templates/registration/base_client.html b/templates/registration/base_client.html index 362238c..1827f4a 100644 --- a/templates/registration/base_client.html +++ b/templates/registration/base_client.html @@ -117,7 +117,9 @@
  • list
  • {% endif %}
  • info_outline
  • -
  • exit_to_app
  • + {% if user.is_authenticated %} +
  • exit_to_app
  • + {% endif %} {% block toolbar %} diff --git a/version.txt b/version.txt index 38b0958..7710394 100644 --- a/version.txt +++ b/version.txt @@ -1,2 +1,2 @@ -version=0.4 -rev=29 +version=0.5 +rev=1 -- cgit v1.2.1