Add note for superuser account creation

Added a note for creating a superuser account.
This commit is contained in:
Slaviša Arežina
2025-12-23 13:45:20 +01:00
committed by GitHub
parent ae28705178
commit db36d2f9e6

View File

@ -31,5 +31,10 @@
"username": null,
"password": null
},
"notes": []
"notes": [
{
"text": "Type `/opt/pocketbase/pocketbase superuser create ADMIN EMAIL` to create your superuser account.",
"type": "info"
}
]
}