blob: 2c54fcede25deb6357199022612828e7b29d2f2b (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Redirect Users to the Correct URL on Login for GN2
## Tags
* assigned: alexm
* priority: medium
* status: in progress
* keywords: gn-auth, auth, redirect, login
* type: feature-request
## Description
The goal is to redirect users to login for services that
require authentication and then after
the page they were trying to access before logging in, rather than sending them to the homepage.
Additionally, display the message "You are required to log in"
on the current page instead of on the homepage.
## Tasks
* [ ] Redirect users to the login page if they are not logged in.
* [ ] Implement a redirect to the correct resource after users log in.
|