How to Customize default password complexity rules in asp.net core?
Asp.net core never allows you to create a simple password because it is easily crack able and also to restrict brute force attacks. Suppose you enter some simple password like abcd it will throw...