OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.37k stars 1.12k forks source link

Logon crash when checking if password is expired #8624

Closed AndreaPiovanelli closed 1 year ago

AndreaPiovanelli commented 1 year ago

8623

Added null check for last password change date. If that is null, use user creation date to check for password expiration.