diff --git a/CloudronManifest.json b/CloudronManifest.json index cf03c47..a9416db 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -49,7 +49,12 @@ ], "changelog": "file://CHANGELOG.md", "postInstallMessage": "file://POSTINSTALL.md", - "minBoxVersion": "7.5.1", + "checklist": { + "change-default-password": { + "message": "Change the default admin password" + } + }, + "minBoxVersion": "8.1.0", "forumUrl": "https://forum.cloudron.io/category/19/gitea", "documentationUrl": "https://docs.cloudron.io/apps/gitea/" } diff --git a/POSTINSTALL.md b/POSTINSTALL.md index 4ec3c9d..c5cb1a5 100644 --- a/POSTINSTALL.md +++ b/POSTINSTALL.md @@ -3,8 +3,6 @@ This app is pre-setup with an admin account. The initial credentials are: **Username**: root
**Password**: changeme
-Please change the admin password immediately. - Use the `Local` authentication source for logging in as admin.