0
AlderCove created
- ABP Framework version: v8.3.0
- UI Type: MVC
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
- Exception message and full stack trace:
- Steps to reproduce the issue:
I first noticed this in my own application, then tested the abp demo application to ensure it wasn't a local issue.
- Navigate to the demo abp io page (https://demo.abp.io/)
- Log in as admin
- Create a new user - check the Force password change
- Log out
- Try logging in as the new user, with the wrong password
The system does not provide any feedback that the password is incorrect.
It appears that this was addressed in the framework by issue 19753 (https://github.com/abpframework/abp/issues/19753).
3 Answer(s)
-
0
-
0
-
0
Hi,
you can create a new project to test it