@cronapp/templates 4.1.2 → 4.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@cronapp/templates",
3
- "version": "4.1.2",
3
+ "version": "4.1.4",
4
4
  "cronapp-ide-minimum-version": "2.5.0"
5
5
  }
@@ -51,13 +51,28 @@
51
51
  "not": false,
52
52
  "rules": [
53
53
  {
54
- "field": "u.user.normalizedUserName",
55
- "id": "u.user.normalizedUserName",
56
- "input": "text",
57
- "operator": "equal",
58
- "type": "string",
59
- "value": ":login",
60
- "valueIsField": false
54
+ "condition": "OR",
55
+ "not": false,
56
+ "rules": [
57
+ {
58
+ "field": "u.user.normalizedUserName",
59
+ "id": "u.user.normalizedUserName",
60
+ "input": "text",
61
+ "operator": "equal",
62
+ "type": "string",
63
+ "value": ":login",
64
+ "valueIsField": false
65
+ },
66
+ {
67
+ "field": "u.user.normalizedEmail",
68
+ "id": "u.user.normalizedEmail",
69
+ "input": "text",
70
+ "operator": "equal",
71
+ "type": "string",
72
+ "value": ":login",
73
+ "valueIsField": false
74
+ }
75
+ ]
61
76
  },
62
77
  {
63
78
  "condition": "OR",
@@ -140,4 +155,4 @@
140
155
  "PUT": false,
141
156
  "PUTAuthorities": null
142
157
  }
143
- }
158
+ }
@@ -58,8 +58,8 @@
58
58
  "valueIsField": false
59
59
  },
60
60
  {
61
- "field": "u.user.email",
62
- "id": "u.user.email",
61
+ "field": "u.user.normalizedEmail",
62
+ "id": "u.user.normalizedEmail",
63
63
  "input": "text",
64
64
  "operator": "equal",
65
65
  "type": "string",