Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redirect to Login page if response submission is attempted without authenticating #13

Open
JayjeetAtGithub opened this issue Jan 31, 2019 · 1 comment
Labels

Comments

@JayjeetAtGithub
Copy link

Currently , if a response submission is attempted by an unauthenticated user , the page just refreshes. This is not a good user experience. This should be improved by redirecting to the login page using @login_required decorator.

@arc9693
Copy link
Owner

arc9693 commented Jan 31, 2019

Currently,there is a login link if the user is unauthenticated. Automatic redirection should happen before landing on to the submission page.
Reference:
Submission page

@arc9693 arc9693 added Type: enhancement New feature or request good first issue Good for newcomers easy labels Jan 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants