0
jholla created
Where would I implement the logic to verify that strong passwords be made of lowercase letters, uppercase letters, characters and digits. The number of required characters needs to be a min.length if 12 characters, with no maximum length. Passwords must expire every 90 days as well.
1 Answer(s)
-
0
Hi,
There are settings about password complexity in Security tab under Administration > Settings page. Passwords expire duration is not implemented. You can create an issue for this in our github repository here <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/issues/">https://github.com/aspnetzero/aspnet-zero/issues/</a>.