1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fittrackee_ynh.git synced 2024-09-03 18:36:16 +02:00
fittrackee_ynh/doc/ADMIN.md
2023-03-06 13:24:15 +01:00

465 B

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:

pushd $install_dir/
    pipenv shell
    ftcli users update <user> --set-admin true

$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.