Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Direct Message] Adapt the Id server consents #246

Closed
3 tasks
giomfo opened this issue Oct 25, 2021 · 4 comments
Closed
3 tasks

[Direct Message] Adapt the Id server consents #246

giomfo opened this issue Oct 25, 2021 · 4 comments
Assignees
Labels

Comments

@giomfo
Copy link
Contributor

giomfo commented Oct 25, 2021

In the new direct message screen, when the user provides an email address for the first time, the application requests their consent before sending the email to the id server
image

  • Please update the 2 following strings in order to remove the reference to the phone numbers and replace "à ce serveur d’identité" with "au serveur".
<string name="settings_discovery_consent_notice_off">Vous n’avez pas donné votre autorisation pour envoyer des e\u2011mails et des numéros de téléphone à ce serveur d’identité pour découvrir d\'autres utilisateurs à partir de vos contacts.</string>
<string name="settings_discovery_consent_notice_on">Vous avez donné votre autorisation pour envoyer des e\u2011mails et des numéros de téléphone à ce serveur d’identité pour découvrir d\'autres utilisateurs à partir de vos contacts.</string>

When the user select "Autoriser", the following dialogue is displayed
image

  • Please replace the 2 following strings
<string name="identity_server_consent_dialog_content">Dans le but de découvrir des contacts que vous connaîtriez, acceptez-vous d\'envoyer vos données de contact (numéros de téléphone et/ou e\u2011mails) au serveur d’identité configuré (%1$s) \?
\n
\nPour une meilleure protection de la vie privée, les données seront condensées (hash) avant l’envoi.</string>
    <string name="identity_server_consent_dialog_title">Envoyer des e\u2011mails et des numéros de téléphone</string>

with

<string name="identity_server_consent_dialog_content">Dans le but de découvrir des contacts ${app_name} que vous connaîtriez, acceptez-vous d\'envoyer les adresses email de vos contact au serveur ${app_name} \?
\n
\nCes données personnelles ne sont pas mémorisées sur les serveurs.\nPour plus d’informations, veuillez consulter les Termes et Conditions disponibles dans les paramètres de l’application.</string>
    <string name="identity_server_consent_dialog_title">Demande de consentement</string>
  • Do you think useful to keep the button "Policy"? if yes translate the button "Policy" (with "Termes et Conditions"?) and use the Tchap TAC url
@giomfo
Copy link
Contributor Author

giomfo commented Nov 19, 2021

blocked by the discussion here

@giomfo
Copy link
Contributor Author

giomfo commented Nov 25, 2021

@Florian14 can you please drop your changes suggested in #275

And consider the new request:

  • In the new direct message screen, when the user provides an email address, the application triggers a lookup on this email without requesting a specific consent

@giomfo giomfo removed the blocked label Nov 25, 2021
@giomfo
Copy link
Contributor Author

giomfo commented Nov 25, 2021

This means hide the potential banner
image, and trigger a lookup systematically (even if the consent about id server is undefined)

@giomfo
Copy link
Contributor Author

giomfo commented Dec 13, 2021

At the end the request was limited to automatically give user consent to identity server policy, which has been done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants