-
Notifications
You must be signed in to change notification settings - Fork 4
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
First time signup and login problems #3
Comments
Thanks. Can you please provide a few more details about what exactly happens when you do try to sign up after such a log in. Including what happens if you follow the instructions given on any resulting error page. This is where autologout.py should kick in to break the partially logged in cookie-stalemate. As hinted in another context the underlying issue can hopefully be eliminated once we finish OpenID Connect integration, because that auth method always carries the necessary ID token to identify and create missing users on-demand. |
I have tested this for a user that is not existing in the system. First do a login, which progresses normal until it finds that the person is not in the system. The try signup that fails as it does before. mig log entries: |
Looking at your log it does not look like a valid sign up request. AFAICT you try to use the original external |
Closing due to lack of activity or response. Please reopen or create a new ticket with the requested details if this is still relevant. |
When I'm a new user, never signed up nor logged in, using a new cleared browser press login instead of signup the first time, I will not be able to press signup afterwards and be signed up.
Instead it fails and and as a fix I will have to clear my browser. Then first press signup followed by login to gain access to ERDA.
I believe this is related to autologout not solving the problem.
Please fix this so that users who press login before they are signed up will not have to know about clearing the browser. This might cause confusion.
The text was updated successfully, but these errors were encountered: