Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
Hosts password history settings in Membership Management settings are used with Windows Login (ADS authentication).
There are Page Load Exceptions in DNN 7.1 when DNN tries to add a record to the PasswordHistory table and the ADS user can not log in via WIndows Login.
ExceptionGUID: 6281e056-aeba-4dc1-9a0e-829b16fd7d49
InnerException: Cannot insert the value NULL into column 'UserID', table 'DotNetNuke_DEHENSV500.dbo.PasswordHistory'; column does not allow nulls. INSERT fails. The statement has been terminated.
I think password history should be ignored when using Windows Login. I had to switch off password history to fix this.
And 2nd when user "SampleUser" logs in via Windows Login using only the UserName "SampleUser" (with default domain defdomain) and logs in via defdomain\SampleUser DNN creates 2 separate users for this, but there should only be one created.