Skip to content

Commit f18a8b6

Browse files
authored
add DisableAutoStubUserRoleAssignment (#139)
Adding DisableAutoStubUserRoleAssignment
1 parent 1ee85bd commit f18a8b6

File tree

1 file changed

+12
-0
lines changed
  • mspfedyn_/OrgDbOrgSettings/Solution/WebResources/mspfedyn_/OrgDbOrgSettings

1 file changed

+12
-0
lines changed

mspfedyn_/OrgDbOrgSettings/Solution/WebResources/mspfedyn_/OrgDbOrgSettings/Settings.xml

+12
Original file line numberDiff line numberDiff line change
@@ -226,4 +226,16 @@
226226
supportUrl="https://go.microsoft.com/fwlink/?linkid=2264254"
227227
urlTitle="KB 2691237"
228228
description="<b>Warning:</b> enabling <b>(true)<b/> this setting will allow fields which are masked using secured masking rules to be updated to values containing masked characters. This means the original unmasked data will be overwritten and masked characters will be stored in the database, and the original values will not be able to be recovered by Microsoft. <b>This should only be enabled if this implication is fully understood and acceptable.</b> When this value is disabled <b>false</b>, the system protects the unmasked data from being overwritten by failing the update request." />
229+
<orgSetting
230+
minSupportedVersion="9.2.25023.00022"
231+
maxSupportedVersion="9.999.9999.9999"
232+
name="DisableAutoStubUserRoleAssignment"
233+
isOrganizationAttribute="false"
234+
min=""
235+
max=""
236+
defaultValue="false"
237+
settingType="Boolean"
238+
supportUrl="https://learn.microsoft.com/en-us/power-platform/admin/create-users#how-stub-users-are-created"
239+
urlTitle="Create users - How stub users are created"
240+
description="When set to 'true', the standard behavior will be overriden and a default security role will NOT automatically be assigned to newly created stub users." />
229241
</defaultOrgSettings>

0 commit comments

Comments
 (0)