It seems that is redirecting to Account/ConfirmUser, but, onGetAsync method is redirecting to Account/Login again.
Indeed. If I download a new template and I cannot reproduce the issue. But, in my project it is happening. I have merged all code from 4.3.0-rc.2 template, I don't know what I am missing. Any idea what could be wrong?
Implemented that, and added the code below as suggest by this topic: https://support.abp.io/QA/Questions/1100/Sessionlogin-timeout-happening-for-active-users-after-15-minutes
services.Configure<SecurityStampValidatorOptions>(options => options.ValidationInterval = TimeSpan.FromHours(24));
Running tests right now!
Hi,
I am getting "Unathorized" message after 20 minutes. I've tried to change all settings in IIS as per this topic in stackoverflow: https://stackoverflow.com/questions/39153581/how-do-you-change-session-timeout-in-iis-8-5
I saw that topic says that the user has to click in "Remember Me" check box to keep the cookies valid for the session. It makes no sense.
https://support.abp.io/QA/Questions/636/identity-timeout
Can you please explain me how could I increate the user session timeout to 8 hours regarless if the app is idle or not? It is a Blazor application, so, I am not sure if the parameters should be in the Host or Blazor application. For IIS, I've applied the same timeouts for both sites.
I am still not happy with the solution. It is taking around 8 seconds for the user to load the page, click on login and then be able to type his credential. Is there another option to open straight away the Login page instead of just redirecting it?
When the parameter "Required confirmed email" from settings is ticked, the user is no longer able to login again, in the login page it return to the same page after post.
To reproduce:
I'm only able to login again when the I set EmailConfirmed from AbpUsers equal true.
Ok, that is not a big deal. Cheers!
Yep, the only way to close that is by task manager and killing abp-suit.exe or closing the command prompt window.