diff --git a/app/Console/Commands/ResetDemoSettings.php b/app/Console/Commands/ResetDemoSettings.php index 6326701fa9..fde95a368a 100644 --- a/app/Console/Commands/ResetDemoSettings.php +++ b/app/Console/Commands/ResetDemoSettings.php @@ -48,6 +48,7 @@ class ResetDemoSettings extends Command $settings->auto_increment_assets = 1; $settings->logo = 'snipe-logo.png'; $settings->alert_email = 'service@snipe-it.io'; + $settings->login_note = 'Use `admin` / `password` to login to the demo.'; $settings->header_color = null; $settings->barcode_type = 'QRCODE'; $settings->default_currency = 'USD';