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

Context lost during account registration #3899

Open
4 tasks
joemull opened this issue Jan 19, 2024 · 0 comments
Open
4 tasks

Context lost during account registration #3899

joemull opened this issue Jan 19, 2024 · 0 comments
Assignees
Labels
dev-ready This issue has been refined and is ready for development. enhancement Add or improve something on an existing feature olh-funding-priority t-shirt M Medium

Comments

@joemull
Copy link
Member

joemull commented Jan 19, 2024

User story

As a prospective library supporter, I might fill out the subsidy fee calculator to check my fee, then click start signup, where I will then be asked to log in (for email verification and spam blocking).

But after I finish the account signup process, I am not brought back to the supporter signup page, and I'm not given an explanation for why. This means I will have to realize what has happened, relocate the signup page and refill in my info from the calculator page that would otherwise be carried through with GET params.

Janeway version

1.5.1

Expected behavior

Scenario: I try to access a page that requires a login and I am redirected.

  • As a logged-out account holder, I am brought back to the target page after logging in
  • As a logged-out account holder who has forgotten my password, I am brought back to the target page after resetting my password
  • As someone with no account, I am brought back to the target page after creating and activating an account
  • As a logged-out ORCID holder, I am brought back to the target page after signing in via the ORCID website

Context

We do not fully implement the Django authentication system. If we did, managing this would be a lot easier. But we want to maintain our own sets of views so that we can support ORCID authentication.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev-ready This issue has been refined and is ready for development. enhancement Add or improve something on an existing feature olh-funding-priority t-shirt M Medium
Projects
No open projects
Status: Todo
Development

No branches or pull requests

2 participants