If you have an addressfield attached to the user entity, and password policy's expire reaction is active, this breaks the addressfield ajax callback because of the forced redirect which is taking place even for the ajax callback url. Redirect should be skipped for these cases.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1936688-password_policy-user-validate-with-skip-ajax.patch | 1.21 KB | mrfelton |
Comments
Comment #1
mrfelton commentedBecause I have so many patches applied against this module (now counting 7!) I can not effectually write a patch for this issue in a way that will allow me to apply it alongside my other patches. Specifically, the patch from #1924118: Do not redirect users to their account page when their password is expired when validating accounts. is in the way. So, I'm going to add these exclusions onto the other issue.
Comment #2
mrfelton commentedMarking as duplicate of #1924118: Do not redirect users to their account page when their password is expired when validating accounts.