File tree 2 files changed +2
-12
lines changed
packages/templates/src/templates/project
2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"orgName" : " <%= company %>" ,
3
3
"edition" : " Developer" ,
4
- "features" : [" DevelopmentWave" ],
4
+ "features" : [" DevelopmentWave" , " EnableSetPasswordInApi " ],
5
5
"settings" : {
6
6
"lightningExperienceSettings" : {
7
7
"enableS1DesktopEnabled" : true
8
8
},
9
- "securitySettings" : {
10
- "passwordPolicies" : {
11
- "enableSetPasswordInApi" : true
12
- }
13
- },
14
9
"mobileSettings" : {
15
10
"enableS1EncryptedStoragePref2" : false
16
11
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"orgName" : " <%= company %>" ,
3
3
"edition" : " Developer" ,
4
- "features" : [],
4
+ "features" : [" EnableSetPasswordInApi " ],
5
5
"settings" : {
6
6
"lightningExperienceSettings" : {
7
7
"enableS1DesktopEnabled" : true
8
8
},
9
- "securitySettings" : {
10
- "passwordPolicies" : {
11
- "enableSetPasswordInApi" : true
12
- }
13
- },
14
9
"mobileSettings" : {
15
10
"enableS1EncryptedStoragePref2" : false
16
11
}
You can’t perform that action at this time.
0 commit comments