Scenario: A client receives a link in an email notification, he is not logged in to the site, but he clicks the link and he lands on this page, telling him he's not allowed to access the link destination:
Users who are not logged in, should always be redirected to the login page.
...and after logging in they should automatically reach their original destination. (there's a separate issue for reaching original destination here: https://github.com/cfdp/ungo/issues/20 )
Scenario: A client receives a link in an email notification, he is not logged in to the site, but he clicks the link and he lands on this page, telling him he's not allowed to access the link destination:
Users who are not logged in, should always be redirected to the login page.
...and after logging in they should automatically reach their original destination. (there's a separate issue for reaching original destination here: https://github.com/cfdp/ungo/issues/20 )