You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.
I am receiving an error where the password does reset but then also receive a bunch of error like "does not meet length requriements". Once that settles it also appears the change password button is still selected so it is constantly spamming.
Running version 4.2.4 with default appsettings.json are being used. As I said the password does reset but it seems way to many requests are being sent when the "Change Password" button is pressed. Issue appears to be consistent with issues #652 and #605. I have tried rolling back to 4.2.3 and 4.0.0. Has anyone had luck successfully implementing this in the last 6 months?
Image above shows what happens after you click the OK in the password changed successfully confirmation prompt. Prior to this it spams policy errors while the success prompt is still up.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Just downloaded and set this up for the first time on Friday and had the same issue as above. Not sure if this will help anyone but I seem to have resolved this behavior by changing the flag "LdapChangePasswordWithDelAdd" to "false".
I also changed the ldap search base from "dc=" to "DC=", not really sure if case matters in this but that change was made at the same time.
After that the password changes are being made successfully.
Edit: we are deploying 4.2.0 after dropping back to this version when trying to resolve this spamming issue.
I was able to get it working with .net 5.0.1 and passcore v 4.2.3. Update the .net version as described here. #615 make sure you have the .net 5.0.1 runtime web version installed. works for me.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi all,
I am receiving an error where the password does reset but then also receive a bunch of error like "does not meet length requriements". Once that settles it also appears the change password button is still selected so it is constantly spamming.
Running version 4.2.4 with default appsettings.json are being used. As I said the password does reset but it seems way to many requests are being sent when the "Change Password" button is pressed. Issue appears to be consistent with issues #652 and #605. I have tried rolling back to 4.2.3 and 4.0.0. Has anyone had luck successfully implementing this in the last 6 months?
Image above shows what happens after you click the OK in the password changed successfully confirmation prompt. Prior to this it spams policy errors while the success prompt is still up.
The text was updated successfully, but these errors were encountered: