Prerequisites
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
- What is your product version?
- 10.3
- What is your product type (Angular or MVC)?
- Angular
- What is product framework type (.net framework or .net core)?
- .net core
If issue related with ABP Framework
- What is ABP Framework version?
If issue is about UI
- Which theme are you using?
- What are the theme settings?
When we enter a wrong password in the login screen, it says "Invalid user name or password". I was expecting the same when we enter wrong password in the Session Lock Screen. But when we enter wrong password in Seccion Lock Screen, though it says "Invalid user name or password" but after that immediately redirects the user to login screen. How can we let the user remain on Session Lock Screen itself....
How can we fix this?
Regards, Mahendra
3 Answer(s)
-
0
Hi mahendra
I created an issue you can follow the progress here:
Here are the places you need to change: https://github.com/aspnetzero/aspnet-zero-core/blob/f4d75524c893977e66cb2eae15388785f03d2bf2/angular/src/account/login/session-lock-screen.component.ts#L69 https://github.com/aspnetzero/aspnet-zero-core/blob/f4d75524c893977e66cb2eae15388785f03d2bf2/angular/src/account/login/login.service.ts#L77 https://github.com/aspnetzero/aspnet-zero-core/blob/f4d75524c893977e66cb2eae15388785f03d2bf2/angular/src/account/login/login.service.ts#L187
Since login page uses the same method, you should implement some logics for session lock screen
-
0
I cannot see the issue link that you created. Could you please re-send me the Git Hub issue link again.
Also I tried your suggestion above, but could not succeed.
Regards, Mahendra
-
0
Hi @mahendra
Could you add your GitHub user on https://aspnetzero.com/LicenseManagement and try again ?