Skip to content

Commit

Permalink
Reword user interface (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed Jan 12, 2021
1 parent 5fb26dd commit 3f405fa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
6 changes: 3 additions & 3 deletions views/help.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- Template for /help route -->

<p>
By using this service, you accept that the data you provide us is saved in our database and will be <strong>publicly available</strong>. The following personal data will be saved:
By using this service, you accept that the following data is saved in our database and <strong>can be made publicly available</strong>:
</p>

<ul>
Expand All @@ -13,13 +13,13 @@
</ul>

<p>
Passwords that are provided will only be used for authentication and <strong>not be saved or shared in any way</strong>.
Passwords might be used for authentication but are <strong>not be saved or shared in any way</strong>.
</p>

<p>
After logging in, you will be able to see all data associated with your user account by clicking on the "My Data" link
in the footer. You will also be able to delete your user account which results in the immediate removal of all your data
from our database. <b>Note</b> that data from associated applications (e.g. Cocoda and its mapping database) will
from our database. <b>Note</b> that data used in associated applications (e.g. Cocoda and its mapping database) will
<b>not</b> be deleted when deleting your user account.
</p>

Expand Down
17 changes: 8 additions & 9 deletions views/login-auth.ejs
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<%- include('header'); -%>

<!-- Template for /login/:provider route -->
<!-- Template for /login/:provider route -->

<p>
By using this service, you agree that your data will be publicly available. For more information, click
<a href="<%= baseUrl %>help">here</a>.
</p>
<p>
By using this service, you agree that authentificated usernames and identifiers can be made publicly available (see <a href="<%= baseUrl %>help">more information</a>).
</p>

<div class="alert alert-info">
You will be authenticated with <%= provider.name %> shortly...
</div>
<div class="alert alert-info">
You will be authenticated with <%= provider.name %> shortly...
</div>

<%- include('footer'); -%>
<%- include('footer'); -%>
2 changes: 1 addition & 1 deletion views/login.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- Template for /login route -->

<p>
By using this service, you agree that your data will be publicly available. For more information, click <a href="<%= baseUrl %>help">here</a>.
By using this service, you agree that authentificated usernames and identifiers can be made publicly available (see <a href="<%= baseUrl %>help">more information</a>).
</p>

<% config.providers.forEach(provider => { %>
Expand Down

0 comments on commit 3f405fa

Please sign in to comment.