diff --git a/CloudronManifest.json b/CloudronManifest.json index b155a47..a413c2b 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -20,6 +20,16 @@ } } }, + "checklist": { + "change-default-password": { + "sso": false, + "message": "Change the default admin password" + }, + "create-admin": { + "sso": true, + "message": "On first visit, sign in using the built-in Cloudron authentication and then make the user administrator by running: `php cli/reconfigure.php --default_user YOUR_USERNAME`" + } + }, "manifestVersion": 2, "website": "http://www.freshrss.org", "contactEmail": "support@cloudron.io", @@ -29,7 +39,7 @@ "https://screenshots.cloudron.io/org.freshrss.cloudronapp/1.png" ], "postInstallMessage": "file://POSTINSTALL.md", - "minBoxVersion": "7.5.1", + "minBoxVersion": "8.1.0", "forumUrl": "https://forum.cloudron.io/category/27/freshrss", "documentationUrl": "https://cloudron.io/documentation/apps/freshrss/", "optionalSso": true diff --git a/POSTINSTALL.md b/POSTINSTALL.md index afb4afb..5da97fd 100644 --- a/POSTINSTALL.md +++ b/POSTINSTALL.md @@ -1,16 +1,7 @@ - -On first visit, sign in using the built-in Cloudron authentication and then make the user administrator -by running: -``` -php cli/reconfigure.php --default_user YOUR_USERNAME -``` - - This app is pre-setup with an admin account. The initial credentials are: **Username**: admin
**Password**: changeme
-Please change the admin password immediately.