Skip to content
Snippets Groups Projects
Commit d2355538 authored by Philipp Schüttlöffel's avatar Philipp Schüttlöffel Committed by Jan-Hendrik Willms
Browse files

Resolve "Datenschutz: Zeitpunkt letzte Aktivität transparent machen"

Closes #2573

Merge request studip/studip!1734
parent 8463c9b1
No related branches found
No related tags found
No related merge requests found
Pipeline #11889 passed
...@@ -63,7 +63,7 @@ use Studip\Button, Studip\LinkButton; ...@@ -63,7 +63,7 @@ use Studip\Button, Studip\LinkButton;
<label> <label>
<input type="checkbox" name="online" value="1" <input type="checkbox" name="online" value="1"
<? if ($online_visibility) echo 'checked'; ?>> <? if ($online_visibility) echo 'checked'; ?>>
<?= _('sichtbar in "Wer ist online"') ?> <?= _('sichtbar in "Wer ist online" mit Zeitpunkt der letzten Aktivität') ?>
</label> </label>
<? endif; ?> <? endif; ?>
<? if (Visibility::isFieldHideableForUser('search', $user)): ?> <? if (Visibility::isFieldHideableForUser('search', $user)): ?>
......
...@@ -25,6 +25,9 @@ ...@@ -25,6 +25,9 @@
<tr> <tr>
<td valign="top"> <td valign="top">
<ul> <ul>
<li>werden Sie in der öffentlichen "Wer-ist-online"-Liste
mit Zeitpunkt ihrer letzten Aktivität erscheinen,
</li>
<li>können Sie alle Kommunikationsmöglichkeiten wie gewohnt <li>können Sie alle Kommunikationsmöglichkeiten wie gewohnt
nutzen, nutzen,
</li> </li>
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
<tr> <tr>
<td valign="top"> <td valign="top">
<ul> <ul>
<li>will appear in the public "who-is-online"-list with the time of your last activity</li>
<li>can use any opportunity of communication</li> <li>can use any opportunity of communication</li>
<li>can decide most extensively what information other users are able to see on your personal homepage <li>can decide most extensively what information other users are able to see on your personal homepage
</li> </li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment