fix(calibre-web): align review feedback on installer and defaults

This commit is contained in:
mikolaj92
2026-02-10 17:23:59 +01:00
parent b8e23d9a54
commit f2299ee941
2 changed files with 6 additions and 7 deletions

View File

@@ -28,13 +28,13 @@
}
],
"default_credentials": {
"username": "admin",
"password": "admin123"
"username": null,
"password": null
},
"notes": [
{
"text": "Default credentials: admin / admin123 - Change immediately after first login!",
"type": "warning"
"text": "No credentials are set by this script. Complete setup and create credentials in the first-run wizard.",
"type": "info"
},
{
"text": "Upload your Calibre library metadata.db during first setup wizard.",