-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Invalid Token page is not shown when creating a new user via mail with some configuration #32684
Comments
Some pals reported it worked fine in their oC instances using 10.0.10.RC2 tarball but it did not work for me |
GitMate.io thinks the contributor most likely able to help you is @PVince81. Possibly related issues are #30853 (A log is shown when we create a regular user), #222 (Creating new users not possible), #739 (Can't create user), #18070 (Unable to create new user), and #32224 (Missing DisplayName when creating new user). |
At this step "Now try to access the link from
There is likely some kind of infinite loop. |
@sharidas please investigate. Let me know if you're not able to reproduce as I had a setup with that. |
@PVince81 I am able to get the token invalid page, for the token which is invalid. Perhaps few more details would be helpful here to reproduce the setup. |
Ok, this happens because both @davitol and I have the sentry app enabled. |
@sharidas please fix all the UserTokenException* to properly handle the While debugging through the catch blocks I noticed that in one location you have an if statement that checks |
Following the steps written in this ticket: #32672
In the step Now try to access the link from
foo@gmail.com
, user sees that token is invalid. Correct behaviour. => The invalid token page is not shown and a blank page is shownNote: the exception log is spotted in owncloud.log (Right behavior)
@sharidas JFYI
The text was updated successfully, but these errors were encountered: