You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, some pages, don't redirect the user to login page if any of the API calls return a 401. This could occur if the authentication cookies are deleted (this is not expected, but users could empty their browser cookies), so we need to handle this corner case.
The concerned pages are:
report template administration page
user settings page
The text was updated successfully, but these errors were encountered:
nadouani
changed the title
Unauthenticated access to report templates list doesn't redirect to login page
Unauthenticated access to some pages doesn't redirect to login page
Mar 28, 2017
Request Type
Bug
Work Environment
Any
Problem Description
Currently, some pages, don't redirect the user to login page if any of the API calls return a 401. This could occur if the authentication cookies are deleted (this is not expected, but users could empty their browser cookies), so we need to handle this corner case.
The concerned pages are:
The text was updated successfully, but these errors were encountered: