Skip to content

Commit 5ae5fb4

Browse files
authored
Merge pull request from GHSA-c7pc-pgf6-mfh5
IBX-3859: GraphQL critical issue
2 parents 6b59098 + 1cf8741 commit 5ae5fb4

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

src/Resources/config/default_settings.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ parameters:
2727
input_type: DateFieldInput
2828
ezemail:
2929
value_type: String
30+
ezuser:
31+
value_type: String
32+
value_resolver: 'field.id'
3033
ezfloat:
3134
definition_type: FloatFieldDefinition
3235
value_type: Float

src/Resources/config/graphql/User.types.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@ User:
1616
type: "Version"
1717
description: "Current version metadata"
1818
resolve: "@=value.versionInfo"
19-
login:
20-
type: "String"
21-
email:
22-
type: "String"
23-
passwordHash:
24-
type: "String"
25-
hashAlgorithm:
26-
type: "String"
2719
enabled:
2820
type: "Boolean"
2921
maxLogin:

0 commit comments

Comments
 (0)