Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Password resets but requests still being spammed #661

Open
AleksAdamovic opened this issue Mar 3, 2022 · 3 comments
Open

Password resets but requests still being spammed #661

AleksAdamovic opened this issue Mar 3, 2022 · 3 comments

Comments

@AleksAdamovic
Copy link

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

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.

@stale
Copy link

stale bot commented May 2, 2022

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.

@stale stale bot added the wontfix Problem, or not; this won't be fixed here at least. label May 2, 2022
@LaxVolt
Copy link

LaxVolt commented May 10, 2022

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.

@stale stale bot removed the wontfix Problem, or not; this won't be fixed here at least. label May 10, 2022
@mtterry-qfree
Copy link

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants