mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
fix doc
This commit is contained in:
parent
f6c0213d04
commit
cea3d4a224
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue