From cea3d4a22421f57989ddfc9a4273da0f0cb599a2 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 19 Aug 2023 15:37:01 +0200 Subject: [PATCH] fix doc --- doc/ADMIN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ADMIN.md b/doc/ADMIN.md index 6cc73a2f..483049ff 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -12,10 +12,10 @@ and respond yes to the question ` Add admin privileges to this user?`. Registrations are open by default. To change that setting, edit `__INSTALL_DIR__/.env` and set `OPEN_REGISTRATION=false` instead of `true`. -Then run `php8.2 artisan config:cache` to reload the settings. +Then run `php8.2 artisan config:cache` (from the app `/var/www/pixelfed…` folder) to reload the settings. ### Manually verifying emails -By default, email verification is activated (adjust the `.env` file if needed). If your server can't send emails, you can manually confirm one user email in the admin UI, tab `Moderation`, and by using the command `php8.2 /var/www/pixelfed/artisan user:verify UserName`. +By default, email verification is activated (adjust the `.env` file if needed). If your server can't send emails, you can manually confirm one user's email in the admin UI, tab `Moderation`, and by using the command `php8.2 artisan user:verify UserName`. ### Disable search engine indexing