Skip to content

Commit 93a1470

Browse files
authoredFeb 18, 2021
fix: v51 setPassword is a feature (#271)
@W-8908463@
1 parent 63cd345 commit 93a1470

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed
 

‎packages/templates/src/templates/project/analytics/ScratchDef.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
{
22
"orgName": "<%= company %>",
33
"edition": "Developer",
4-
"features": ["DevelopmentWave"],
4+
"features": ["DevelopmentWave", "EnableSetPasswordInApi"],
55
"settings": {
66
"lightningExperienceSettings": {
77
"enableS1DesktopEnabled": true
88
},
9-
"securitySettings": {
10-
"passwordPolicies": {
11-
"enableSetPasswordInApi": true
12-
}
13-
},
149
"mobileSettings": {
1510
"enableS1EncryptedStoragePref2": false
1611
}

‎packages/templates/src/templates/project/standard/ScratchDef.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
{
22
"orgName": "<%= company %>",
33
"edition": "Developer",
4-
"features": [],
4+
"features": ["EnableSetPasswordInApi"],
55
"settings": {
66
"lightningExperienceSettings": {
77
"enableS1DesktopEnabled": true
88
},
9-
"securitySettings": {
10-
"passwordPolicies": {
11-
"enableSetPasswordInApi": true
12-
}
13-
},
149
"mobileSettings": {
1510
"enableS1EncryptedStoragePref2": false
1611
}

0 commit comments

Comments
 (0)