Skip to main content
Version: 3.x

System Settings

Introduction

Except for the management of system settings on the page, Spug also provides the manage.py set command for management operations through the command line.

Disable MFA

When some special circumstances, you can use the manage.py set mfa disable command to disable MFA. The usage is as follows

cd spug/spug_api
source venv/bin/activate
python manage.py set mfa disable

Docker installation can execute the following command

docker exec spug python3 /data/spug/spug_api/manage.py set mfa disable