diff --git a/package.json b/package.json
index dde03c41dba7..9e3b09fd6c58 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "cipp",
- "version": "6.2.0",
+ "version": "6.2.1",
"description": "The CyberDrain Improved Partner Portal is a portal to help manage administration for Microsoft Partners.",
"homepage": "https://cipp.app/",
"bugs": {
diff --git a/public/version_latest.txt b/public/version_latest.txt
index 6abaeb2f9072..024b066c0bb7 100644
--- a/public/version_latest.txt
+++ b/public/version_latest.txt
@@ -1 +1 @@
-6.2.0
+6.2.1
diff --git a/src/data/standards.json b/src/data/standards.json
index ef14f236cd1a..b767bf142194 100644
--- a/src/data/standards.json
+++ b/src/data/standards.json
@@ -93,7 +93,7 @@
"value": "default"
},
{
- "label": "Parial-screen background",
+ "label": "Partial-screen background",
"value": "verticalSplit"
}
]
@@ -1985,14 +1985,22 @@
"name": "standards.DeletedUserRentention",
"cat": "SharePoint Standards",
"tag": ["lowimpact"],
- "helpText": "Sets the retention period for deleted users OneDrive to the specified number of years. The default is 1 year.",
- "docsDescription": "When a OneDrive user gets deleted, the personal SharePoint site is saved for selected time in years and data can be retrieved from it.",
+ "helpText": "Sets the retention period for deleted users OneDrive to the specified period of time. The default is 30 days.",
+ "docsDescription": "When a OneDrive user gets deleted, the personal SharePoint site is saved for selected amount of time that data can be retrieved from it.",
"addedComponent": [
{
"type": "Select",
"name": "standards.DeletedUserRentention.Days",
- "label": "Retention in years (Default 1)",
+ "label": "Retention time (Default 30 days)",
"values": [
+ {
+ "label": "30 days",
+ "value": "30"
+ },
+ {
+ "label": "90 days",
+ "value": "90"
+ },
{
"label": "1 year",
"value": "365"
diff --git a/src/views/cipp/app-settings/SettingsSuperAdmin.jsx b/src/views/cipp/app-settings/SettingsSuperAdmin.jsx
index 18cb6b397980..e6c7c8facc8e 100644
--- a/src/views/cipp/app-settings/SettingsSuperAdmin.jsx
+++ b/src/views/cipp/app-settings/SettingsSuperAdmin.jsx
@@ -66,6 +66,42 @@ export function SettingsSuperAdmin() {