-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a customizable note about personal data to the login page
Due to GDPR, users should be alerted before logging in about how long personal data is stored in the system. The details may vary in different organizations and thus, this note is customizable in the server's local_settings.py. The structure of the privacy notice may also vary in organizations and the note in the login page may need to refer to certain sections of the privacy notice.
- Loading branch information
1 parent
3a08510
commit 7051393
Showing
6 changed files
with
14 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2021-08-11 17:34+0300\n" | ||
"POT-Creation-Date: 2021-08-31 16:43+0300\n" | ||
"PO-Revision-Date: 2021-05-27 14:47+0300\n" | ||
"Last-Translator: Ella Anttila <[email protected]>\n" | ||
"Language-Team: English<>\n" | ||
|
@@ -4697,11 +4697,6 @@ msgstr "Password" | |
msgid "SHOW_MORE_LOGIN_OPTIONS" | ||
msgstr "Show more login options" | ||
|
||
#: userprofile/templates/userprofile/login.html | ||
#, python-format | ||
msgid "READ_OUR_PRIVACY_NOTICE -- %(url)s" | ||
msgstr "You may want to read our <a href=\"%(url)s\">privacy notice</a>." | ||
|
||
#: userprofile/templates/userprofile/logout.html | ||
msgid "LOGGED_OUT" | ||
msgstr "Logged out" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: \n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2021-08-11 17:34+0300\n" | ||
"POT-Creation-Date: 2021-08-31 16:43+0300\n" | ||
"PO-Revision-Date: 2019-08-14 12:16+0200\n" | ||
"Last-Translator: Ella Anttila <[email protected]>\n" | ||
"Language-Team: Finnish <>\n" | ||
|
@@ -4709,12 +4709,6 @@ msgstr "Salasana" | |
msgid "SHOW_MORE_LOGIN_OPTIONS" | ||
msgstr "Näytä lisää kirjautumisvaihtoehtoja" | ||
|
||
#: userprofile/templates/userprofile/login.html | ||
#, python-format | ||
msgid "READ_OUR_PRIVACY_NOTICE -- %(url)s" | ||
msgstr "" | ||
"Voit olla kiinnostunut <a href=\"%(url)s\">tietosuojailmoituksestamme</a>." | ||
|
||
#: userprofile/templates/userprofile/logout.html | ||
msgid "LOGGED_OUT" | ||
msgstr "Olet kirjautunut ulos" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters