Bug 50302 - Display a cookie usage banner in UMC / Portal
Display a cookie usage banner in UMC / Portal
Status: CLOSED FIXED
Product: UCS
Classification: Unclassified
Component: UMC (Generic)
UCS 4.4
Other Linux
: P5 normal (vote)
: UCS 4.4-6-errata
Assigned To: Florian Best
Denis D.
https://www.heise.de/newsticker/meldu...
:
Depends on:
Blocks: 52201 52222
  Show dependency treegraph
 
Reported: 2019-10-02 12:02 CEST by Florian Best
Modified: 2020-11-26 13:12 CET (History)
1 user (show)

See Also:
What kind of report is it?: Feature Request
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Best univentionstaff 2019-10-02 12:02:13 CEST
It might be necessary - due to EU laws - to show a banner about that UMC and the Portal uses cookies.

Alternatively we could try to store necessary data in the HTML5 storage.
Comment 1 Florian Best univentionstaff 2019-10-02 12:54:52 CEST
Of course we need to consider the user decision about cookies, and don't use cookies if they are not accepted. This means, a login to UMC can only be done after the cookie-usage was accepted.
Comment 2 Florian Best univentionstaff 2020-10-09 11:02:05 CEST
A cookie banner has been implemented. It can be activated by setting:
ucr set umc/cookie-banner/show=true

The message can be adjusted by setting:
umc/cookie-banner/de="Deutscher Text"
umc/cookie-banner/en="English Text"

Fixed in:
univention-management-console (11.0.5-3)
c1eaf3fa8d01 | Bug #50302: Merge branch 'fbest/50302-cookie-banner' into 4.4-6
72a8947e9736 | Bug #50302: debian/changelogs
8df691cf0502 | Bug #50302: Enable CookieBanner on Login
252c6a95415a | Bug #50302: Add cookie banner widget

univention-web (3.0.5-44)
c1eaf3fa8d01 | Bug #50302: Merge branch 'fbest/50302-cookie-banner' into 4.4-6
72a8947e9736 | Bug #50302: debian/changelogs
9794d72282c9 | Bug #50302: Add CookieBanner styling
252c6a95415a | Bug #50302: Add cookie banner widget

univention-portal (3.0.2-9)
c1eaf3fa8d01 | Bug #50302: Merge branch 'fbest/50302-cookie-banner' into 4.4-6
72a8947e9736 | Bug #50302: debian/changelogs
13f0587ee86b | Bug #50302: Enable Cookie Banner in Portal

univention-portal.yaml
c1eaf3fa8d01 | Bug #50302: Merge branch 'fbest/50302-cookie-banner' into 4.4-6
3365040538d7 | YAML Bug #50302

univention-web.yaml
c1eaf3fa8d01 | Bug #50302: Merge branch 'fbest/50302-cookie-banner' into 4.4-6
3365040538d7 | YAML Bug #50302

univention-management-console.yaml
c1eaf3fa8d01 | Bug #50302: Merge branch 'fbest/50302-cookie-banner' into 4.4-6
3365040538d7 | YAML Bug #50302
Comment 3 Florian Best univentionstaff 2020-10-09 12:00:14 CEST
Merge Request for UCS 5.0: https://git.knut.univention.de/univention/ucs/-/merge_requests/16
Comment 4 Dirk Wiesenthal univentionstaff 2020-10-14 13:19:50 CEST
Portal: OK
Login: OK
Cookie set: OK
Default Texts: OK
YAML: OK
Comment 6 Florian Best univentionstaff 2020-11-26 13:02:34 CET
(In reply to Florian Best from comment #2)
> A cookie banner has been implemented. It can be activated by setting:
> ucr set umc/cookie-banner/show=true
> 
> The message can be adjusted by setting:
> umc/cookie-banner/de="Deutscher Text"
> umc/cookie-banner/en="English Text"

This was changed afterwards.
The text adjustments can be done via:

umc/cookie-banner/text/de="Deutscher Text"
umc/cookie-banner/text/en="English Text"

umc/cookie-banner/title/de="Deutscher Titel"
umc/cookie-banner/title/en="English Title"