diff --git a/doc/ADMIN.md b/doc/ADMIN.md index ce266a9..fd6d31f 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -1,4 +1,6 @@ -After the installation, to create the admin user, you have to go to cli: +After the installation, you can create your first user in your browser. + +Then, to change it as admin user, you have to go to cli: ```python pushd $install_dir/ @@ -8,3 +10,5 @@ pushd $install_dir/ `$install_dir` has to be changed with the actual FitTrackee installed directory. Most of the time it will be `/var/www/fittrackee/`. + + has to be changed with the actual username the account creation has been done. diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md index 03014ea..90a0e87 100644 --- a/doc/ADMIN_fr.md +++ b/doc/ADMIN_fr.md @@ -1,10 +1,14 @@ -Après l’installation, pour créer un administrateru, vous devez utiliser la ligne de commande : +Après l’installation, vous pouvez créer un utilisateur via le navigateur. + +Pour faire de cet utilisateur un administrateru, vous devez utiliser la ligne de commande : ```python pushd $install_dir/ pipenv shell - ftcli users update --set-admin true + ftcli users update --set-admin true ``` `$install_dir` doit être modifié en l’adresse du répertoire où FitTrackee est installé. La majorité du temps ce sera `/var/www/fittrackee/`. + + doit être remplacé par le nom d’utilisateur du compte créé.