1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

Add manual email verification doc (#233)

* Add manual email verification doc

* email verification doc (fr)

* fix doc
This commit is contained in:
lapineige 2023-08-19 15:37:10 +02:00 committed by GitHub
parent 118a23f016
commit 74d530640f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View file

@ -12,7 +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's email in the admin UI, tab `Moderation`, and by using the command `php8.2 artisan user:verify UserName`.
### Disable search engine indexing

View file

@ -12,7 +12,10 @@ et répondez oui à la question « Ajouter des privilèges d'administrateur à c
Les inscriptions sont ouvertes par défaut.
Pour modifier ce paramètre, modifiez `__INSTALL_DIR__/.env` et définissez `OPEN_REGISTRATION=false` au lieu de `true`.
Ensuite, exécutez `php8.2 artisan config:cache` pour recharger les paramètres.
Ensuite, exécutez `php8.2 artisan config:cache` depuis le dossier de l'application (dans `/var/www/pixelfed…`) pour recharger les paramètres.
### Vérification manuelle des emails
Par défaut, la vérification des emails est activée (ajustez le fichier `.env` si nécessaire). Si votre serveur ne peut pas envoyer d'emails, vous pouvez confirmer manuellement l'email d'un compte dans l'interface d'administration, onglet `Modération`, et en utilisant la commande `php8.2 artisan user:verify NomUtilisateur`.
### Désactiver l'indexation des moteurs de recherche