kor icon indicating copy to clipboard operation
kor copied to clipboard

Keep feature "accept legal terms"?

Open moritzschepp opened this issue 9 years ago • 5 comments

New users have to accept a set of usage terms defined by the admin. Since we have the possibility of a guest account, that feature doesn't make sense (in that situation). Should we keep it? If yes: how should we handle the guest user?

moritzschepp avatar Feb 19 '16 15:02 moritzschepp

I would really like to keep this feature. Why? You have to differentiate between the content which is visible with the guest account and the other which is often subject to legal restrictions. For this case we do need a possibility to show/accept the usage terms. Or is this ticket just about to disable the usage terms for the guest accounts? If yes: get rid of it!

wuebbena avatar Feb 19 '16 15:02 wuebbena

Right, not every content is always free. So this means that we can actually leave the feature like it is. As we are separating API and frontend more and more, could we move that functionality to the frontend? So an API user wouldn't have to accept any terms, while a web user would?

moritzschepp avatar Feb 19 '16 16:02 moritzschepp

To separate it in that way would be a good idea. The usage terms for the API case will be negotiate at another place so it's not necessary to have this feature in the backend.

wuebbena avatar Feb 20 '16 12:02 wuebbena

Okay! We should then handle all of this via cookies so that basically terms have to be accepted on a per browser basis. That gives us also a way to have each guest accept them separately.

moritzschepp avatar Feb 20 '16 20:02 moritzschepp

usage terms -> web user.

wuebbena avatar Apr 22 '19 18:04 wuebbena