diff --git a/config/project-scratch-def.json b/config/project-scratch-def.json index 98a988914..96d8030aa 100755 --- a/config/project-scratch-def.json +++ b/config/project-scratch-def.json @@ -1,5 +1,13 @@ { "orgName": "my company", "edition": "Developer", - "features": [] + "features": ["EnableSetPasswordInApi"], + "settings": { + "lightningExperienceSettings": { + "enableS1DesktopEnabled": true + }, + "mobileSettings": { + "enableS1EncryptedStoragePref2": false + } + } }