Password requirements

Default password requirements

Default

By default, the ASP.Net Core Identity library requires that passwords are:

  • uppercase character
  • lowercase character,
  • a digit, and a non-alphanumeric character.
  • Passwords must be at least six characters long.

More information on password setup and config

Configure ASP.NET Core Identity | Microsoft Learn