From 907a80fe9c4b332e2c8b7c5f31cbe33504a91265 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 10 Apr 2023 15:38:21 +0000 Subject: [PATCH] Auto-update README --- README.md | 2 -- README_fr.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/README.md b/README.md index b6de2cb..2e19e78 100644 --- a/README.md +++ b/README.md @@ -97,8 +97,6 @@ To create a new user, proceed as follows: ``` bash ./gotosocial --config-path config.yaml admin account create --username some_username --email someuser@example.org --password 'SomeLongAndComplicatedPassword' - -./gotosocial --config-path config.yaml admin account confirm --username some_username ``` And to promote them as an administrator of your instance: diff --git a/README_fr.md b/README_fr.md index 25dfbaa..ebe3479 100644 --- a/README_fr.md +++ b/README_fr.md @@ -97,8 +97,6 @@ Pour créer un nouveau compte utilisateur, procédez comme suit : ``` bash ./gotosocial --config-path config.yaml admin account create --username nom_dutilisateur --email utilisateur@example.org --password 'UnMotDePasseTrèsComplexe' - -./gotosocial --config-path config.yaml admin account confirm --username nom_dutilisateur ``` Et pour promouvoir un compte en tant qu'administrateur de votre instance :