diff --git a/services/web/app/src/Features/User/UserCreator.mjs b/services/web/app/src/Features/User/UserCreator.mjs index 8734bf1321..62590e73a3 100644 --- a/services/web/app/src/Features/User/UserCreator.mjs +++ b/services/web/app/src/Features/User/UserCreator.mjs @@ -71,7 +71,7 @@ async function createNewUser(attributes, options = {}) { createdAt: new Date(), reversedHostname, } - if (Features.hasFeature('affiliations')) { + if (Features.hasFeature('affiliations') && !options.requireAffiliation) { emailData.affiliationUnchecked = true } if (