Skip to content

Commit 0061bbd

Browse files
authored
Merge pull request #2807 from KelvinTegelaar/dev
Dev to hotfix
2 parents c7086e0 + e0d3b5f commit 0061bbd

File tree

8 files changed

+16
-9
lines changed

8 files changed

+16
-9
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cipp",
3-
"version": "6.2.1",
3+
"version": "6.2.2",
44
"description": "The CyberDrain Improved Partner Portal is a portal to help manage administration for Microsoft Partners.",
55
"homepage": "https://cipp.app/",
66
"bugs": {

public/version_latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.2.1
1+
6.2.2

src/data/AuditLogSchema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,7 @@
731731
{ "value": "AR", "name": "Argentina" },
732732
{ "value": "AM", "name": "Armenia" },
733733
{ "value": "AW", "name": "Aruba" },
734+
{ "value": "AC", "name": "Ascension Island" },
734735
{ "value": "AU", "name": "Australia" },
735736
{ "value": "AT", "name": "Austria" },
736737
{ "value": "AZ", "name": "Azerbaijan" },
@@ -779,6 +780,7 @@
779780
{ "value": "CY", "name": "Cyprus" },
780781
{ "value": "CZ", "name": "Czech Republic" },
781782
{ "value": "DK", "name": "Denmark" },
783+
{ "value": "DG", "name": "Diego Garcia" },
782784
{ "value": "DJ", "name": "Djibouti" },
783785
{ "value": "DM", "name": "Dominica" },
784786
{ "value": "DO", "name": "Dominican Republic" },
@@ -837,6 +839,7 @@
837839
{ "value": "KI", "name": "Kiribati" },
838840
{ "value": "KP", "name": "Korea, Democratic People's Republic of" },
839841
{ "value": "KR", "name": "Korea, Republic of" },
842+
{ "value": "XK", "name": "Kosovo" },
840843
{ "value": "KW", "name": "Kuwait" },
841844
{ "value": "KG", "name": "Kyrgyzstan" },
842845
{ "value": "LA", "name": "Lao People's Democratic Republic" },

src/data/countryList.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
{ "Code": "AR", "Name": "Argentina" },
1313
{ "Code": "AM", "Name": "Armenia" },
1414
{ "Code": "AW", "Name": "Aruba" },
15+
{ "Code": "AC", "Name": "Ascension Island" },
1516
{ "Code": "AU", "Name": "Australia" },
1617
{ "Code": "AT", "Name": "Austria" },
1718
{ "Code": "AZ", "Name": "Azerbaijan" },
@@ -60,6 +61,7 @@
6061
{ "Code": "CY", "Name": "Cyprus" },
6162
{ "Code": "CZ", "Name": "Czech Republic" },
6263
{ "Code": "DK", "Name": "Denmark" },
64+
{ "Code": "DG", "Name": "Diego Garcia" },
6365
{ "Code": "DJ", "Name": "Djibouti" },
6466
{ "Code": "DM", "Name": "Dominica" },
6567
{ "Code": "DO", "Name": "Dominican Republic" },
@@ -118,6 +120,7 @@
118120
{ "Code": "KI", "Name": "Kiribati" },
119121
{ "Code": "KP", "Name": "Korea, Democratic People's Republic of" },
120122
{ "Code": "KR", "Name": "Korea, Republic of" },
123+
{ "Code": "XK", "Name": "Kosovo" },
121124
{ "Code": "KW", "Name": "Kuwait" },
122125
{ "Code": "KG", "Name": "Kyrgyzstan" },
123126
{ "Code": "LA", "Name": "Lao People's Democratic Republic" },

src/data/standards.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2341,7 +2341,7 @@
23412341
"value": "none"
23422342
},
23432343
{
2344-
"label": "Restirct sharing to specific domains",
2344+
"label": "Restrict sharing to specific domains",
23452345
"value": "allowList"
23462346
},
23472347
{

src/views/identity/administration/Users.jsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,8 @@ const Offcanvas = (row, rowIndex, formatExtraData) => {
275275
color: 'info',
276276
modal: true,
277277
modalUrl: `/api/ExecResetPass?MustChange=true&TenantFilter=${tenant.defaultDomainName}&ID=${row.id}&displayName=${row.displayName}`,
278-
modalMessage: 'Are you sure you want to reset the password for this user?',
278+
modalMessage:
279+
'Are you sure you want to reset the password for this user? The user must change their password at next logon.',
279280
},
280281
{
281282
label: 'Reset Password',
@@ -285,11 +286,11 @@ const Offcanvas = (row, rowIndex, formatExtraData) => {
285286
modalMessage: 'Are you sure you want to reset the password for this user?',
286287
},
287288
{
288-
label: 'Preprovision OneDrive',
289+
label: 'Pre-provision OneDrive',
289290
color: 'info',
290291
modal: true,
291292
modalUrl: `/api/ExecOneDriveProvision?TenantFilter=${tenant.defaultDomainName}&UserPrincipalName=${row.userPrincipalName}`,
292-
modalMessage: 'Are you sure you want to preprovision onedrive for this user??',
293+
modalMessage: 'Are you sure you want to pre-provision OneDrive for this user??',
293294
},
294295
{
295296
label: 'Clear ImmutableId',

version_latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.2.1
1+
6.2.2

0 commit comments

Comments
 (0)