-
Notifications
You must be signed in to change notification settings - Fork 122
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
Doesn't work, it loops in login page. #5
Comments
Did you click the link to confirm email? |
Yes, I followed all the registration steps but the return url is still login. |
Hi, the return URL would be empty because you're not coming from any prior directory/URL within the application, and empty return URL would lead to the index page
|
Hi! Indeed, after logging in Google Chrome returns the value "/", Opera returns "/ Config / Index" and then everything works. |
As a workaround you can register and modify EmailConfirmed property of a user directly in DB |
Great work, but even if I have authenticated user, the application loops in login page. Page not found if i try to go /Config/Index Action.
How to fix?
Thanks in advance.
The text was updated successfully, but these errors were encountered: