By default, ASP.NET Core Identity has very strong password policies for the users. This is not always convenient, especially during development and testing. Here we will describe how to configure those policies to make it possible to use even simple and "weak" passwords while your application is not in production mode.
read more...Different tips and tricks for C# / .NET programmers