Version
v4
Severity
Low
Suggested Priority
Low
Observed Behaviour
Users can navigate to /login route by URL whilst already logged in, and can log into a different account without manually logging out.
Expected Behaviour
/login page should not be accessible for a user that is already logged in. 404 error page should be presented instead or redirect to /home
Reproduction Steps
- Run app
- Navigate to http://127.0.0.1:5001/login
- Sign into any account (on v4 use: Username =
username Password = password )
- Navigate to http://127.0.0.1:5001/login using URL bar
Version
v4
Severity
Low
Suggested Priority
Low
Observed Behaviour
Users can navigate to /login route by URL whilst already logged in, and can log into a different account without manually logging out.
Expected Behaviour
/login page should not be accessible for a user that is already logged in. 404 error page should be presented instead or redirect to /home
Reproduction Steps
usernamePassword =password)