Uh oh!
There was an error while loading. Please reload this page.
FOUR-33050: Fix updates for users without authentication metadata - #9033
Open
eiresendez wants to merge 1 commit into
Open
FOUR-33050: Fix updates for users without authentication metadata#9033eiresendez wants to merge 1 commit into
eiresendez wants to merge 1 commit into
Conversation
|
CarliPinell
commented
Sep 3, 2026
Contributor
The code looks good. No observations. |
CarliPinell
approved these changes
Sep 3, 2026
CarliPinell
left a comment
Contributor
There was a problem hiding this comment.
No observations were found.
eiresendez
commented
Sep 3, 2026
ContributorAuthor
@nolanpro@sanjacornelius there's an infrastructure EKS issue—I'm not sure if a QA server is needed for this PR; otherwise, it can move to final review! 👍 |
nolanpro
commented
Sep 3, 2026
Contributor
QA server K8S was successfully deployed https://ci-f2ff39b3a1.engk8s.processmaker.net |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





Issue & Reproduction Steps
FOUR-32745 introduced an LDAP metadata check in the user update flow. When a user has a non-empty
metaobject without the optionalauthenticationTypeproperty, PHP raises an undefined-property error and the update endpoint returns HTTP 500.authenticationType.The second update fails before this fix. Jira comment 518756 confirms the same sequence for a newly created user without SSO.
Solution
authenticationTypeproperty before checking whether the user is LDAP-backed.authenticationTypeis persisted.How to Test
pinnedControls: repeated saves succeeded and the metadata remained intact.disableRecommendations: three consecutive saves succeeded without new console errors.git diff --checkpassed..env.testing; PR CI should runtests/Feature/Api/UsersTest.php.Related Tickets & Packages
ci:deploy
.