@@ -32,20 +32,26 @@ def GdprPolicySectionTwo():
3232
3333def GdprPolicySectionThree ():
3434 return html .P (
35- 'Storing, sharing sessions and any other user account related features of the ConPlot requires '
36- 'that you register for an account. You will be required to provide an email address so we can '
37- 'send you your temporary account password in case you forget this password. An anonymous email '
38- 'service can be used if you do not want to provide personally identifying information. Your '
39- 'email address will not be used to send you alerts or notifications. Any email address '
40- 'provided in this site will only be used to get in touch with you in case your forget your '
41- 'password or you request assistance from us. We do not sell or distribute email addresses to '
42- 'third parties. We also ask for an user name when creating an account. If you share a session '
43- 'with another user, this user name will be displayed with the shared session. We will not sell '
44- 'or distribute your user name or institution to third parties. When you log in, the client IP '
45- 'address is recorded. This IP address can be correlated with the address automatically '
46- 'collected as noted above. If your user profile personally identifies you, then it may be '
47- 'possible to associate you with your detailed activity on the ConPlot website.' ,
48- style = {"text-align" : "justify" })
35+ 'Storing, sharing sessions and any other user account related features of ConPlot require '
36+ 'that you register for an account. To register, you will be required to provide an email address, '
37+ 'a username and a password. By choosing to create a user account you give us permission to retain this '
38+ 'information, which will be used only for verification of you as a user and for anonymous '
39+ 'statistics. We require an email address so we can send you a temporary account password in '
40+ 'case you forget this password. An anonymous email service can be used if you do not want to provide '
41+ 'personally identifying information. Your email address will not be used to send you alerts or '
42+ 'notifications. Any email address provided in this site will only be used to get in touch with you '
43+ 'in case your forget your password or you request assistance from us. We do not sell or distribute '
44+ 'email addresses to third parties. We also ask for a user name when creating an account. We will '
45+ 'not sell or distribute your user name or institution to third parties. When you log '
46+ 'in, the client IP address is recorded. If your user profile personally identifies you, then it may be '
47+ 'possible to associate you with your detailed activity on the ConPlot website. After registering as a '
48+ 'user, by choosing to store a session you give us permission to retain the data you provided '
49+ 'within that session. This includes the contents and file names of all the files you have uploaded '
50+ 'to ConPlot, the name chosen for the session and the date in which the session was stored. If you '
51+ 'share a session with another user, all this data will be accessible to the other user, and '
52+ 'it will be displayed together with your username. All this information is visible by members of the '
53+ 'ConPlot team, however it will only be used for development purposes as we will not publicly '
54+ 'release this information or share it with any third parties.' , style = {"text-align" : "justify" })
4955
5056
5157def GdprPolicySectionFour ():
0 commit comments