Base solution for your next web application
Open Closed

Passwords must expire every 90 days #2157


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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>.