default for userSensitiveFields should be an array not a string. (#3599)
This commit is contained in:
@@ -178,7 +178,7 @@ export default {
|
|||||||
},
|
},
|
||||||
"userSensitiveFields": {
|
"userSensitiveFields": {
|
||||||
help: "Personally identifiable information fields in the user table the should be removed for non-authorized users.",
|
help: "Personally identifiable information fields in the user table the should be removed for non-authorized users.",
|
||||||
default: "email"
|
default: ["email"]
|
||||||
},
|
},
|
||||||
"sessionLength": {
|
"sessionLength": {
|
||||||
env: "PARSE_SERVER_SESSION_LENGTH",
|
env: "PARSE_SERVER_SESSION_LENGTH",
|
||||||
|
|||||||
Reference in New Issue
Block a user